org.apache.pluto
Class Constants

java.lang.Object
  extended by org.apache.pluto.Constants

public class Constants
extends java.lang.Object

Constant values used to bind internal portlet objects as attributes, typically to a request.

Version:
1.0

Field Summary
static java.lang.String EVENT_NAME
          The public key, to store the event name in the request
static java.lang.String EVENT_NUMBER
           
static java.lang.String KEYWORDS_KEY
           
static int MAX_EVENTS_SIZE
           
static java.lang.Integer METHOD_ACTION
          The unique method identifier for render requests.
static java.lang.Integer METHOD_ADMIN
          The unique method identifier for admin requests.
static java.lang.Integer METHOD_EVENT
          The unique method identifier for render requests.
static java.lang.String METHOD_ID
          The key used to bind the method of processing being requested by the container to the underlying PortletRquest.
static java.lang.Integer METHOD_NOOP
          The unique method identifier for noop (load) requests.
static java.lang.Integer METHOD_RENDER
          The unique method identifier for render requests.
static java.lang.Integer METHOD_RESOURCE
          The unique method identifier for resource Serving requests.
static java.lang.String PORTLET_CONFIG
          The key used to bind the PortletConfig to the underlying PortletConfig.
static java.lang.String PORTLET_REQUEST
          The key used to bind the PortletRequest to the underlying HttpServletRequest.
static java.lang.String PORTLET_RESPONSE
          The key used to bind the PortletResponse to the underlying HttpServletRequest.
static java.lang.String PROVIDER
          the public key, to store the EventProvider in the Request
static java.lang.String PUBLIC_RENDER_PARAMETER_PROVIDER
          The public key, to store the PublicRenderProvider in the request
static java.lang.String RENDER_ALREADY_CLEARED
          The public key, to store, if the render parameter are already cleared in the request
static java.lang.String SHORT_TITLE_KEY
           
static long THREAD_DELAY_TIME
           
static java.lang.String TITLE_KEY
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_REQUEST

public static final java.lang.String PORTLET_REQUEST
The key used to bind the PortletRequest to the underlying HttpServletRequest.

See Also:
Constant Field Values

PORTLET_RESPONSE

public static final java.lang.String PORTLET_RESPONSE
The key used to bind the PortletResponse to the underlying HttpServletRequest.

See Also:
Constant Field Values

PORTLET_CONFIG

public static final java.lang.String PORTLET_CONFIG
The key used to bind the PortletConfig to the underlying PortletConfig.

See Also:
Constant Field Values

TITLE_KEY

public static final java.lang.String TITLE_KEY
See Also:
Constant Field Values

SHORT_TITLE_KEY

public static final java.lang.String SHORT_TITLE_KEY
See Also:
Constant Field Values

KEYWORDS_KEY

public static final java.lang.String KEYWORDS_KEY
See Also:
Constant Field Values

METHOD_ID

public static final java.lang.String METHOD_ID
The key used to bind the method of processing being requested by the container to the underlying PortletRquest.

See Also:
Constant Field Values

METHOD_RENDER

public static final java.lang.Integer METHOD_RENDER
The unique method identifier for render requests. Render requests are requested through a call to the PortletContainer.doRender(org.apache.pluto.PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


METHOD_ACTION

public static final java.lang.Integer METHOD_ACTION
The unique method identifier for render requests. Render requests are requested through a call to the PortletContainer.doAction(org.apache.pluto.PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


METHOD_NOOP

public static final java.lang.Integer METHOD_NOOP
The unique method identifier for noop (load) requests. Load requests are requested through a call to the PortletContainer.doLoad(org.apache.pluto.PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


METHOD_RESOURCE

public static final java.lang.Integer METHOD_RESOURCE
The unique method identifier for resource Serving requests. Resource requests are requested through a call to the PortletContainer.doServeResource(PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


METHOD_EVENT

public static final java.lang.Integer METHOD_EVENT
The unique method identifier for render requests. Render requests are requested through a call to the PortletContainer#doEvent(org.apache.pluto.PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


METHOD_ADMIN

public static final java.lang.Integer METHOD_ADMIN
The unique method identifier for admin requests. Admin requests are requested through a call to the PortletContainer.doAdmin(PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.


PROVIDER

public static final java.lang.String PROVIDER
the public key, to store the EventProvider in the Request

See Also:
Constant Field Values

EVENT_NAME

public static final java.lang.String EVENT_NAME
The public key, to store the event name in the request

See Also:
Constant Field Values

PUBLIC_RENDER_PARAMETER_PROVIDER

public static final java.lang.String PUBLIC_RENDER_PARAMETER_PROVIDER
The public key, to store the PublicRenderProvider in the request

See Also:
Constant Field Values

RENDER_ALREADY_CLEARED

public static final java.lang.String RENDER_ALREADY_CLEARED
The public key, to store, if the render parameter are already cleared in the request

See Also:
Constant Field Values

EVENT_NUMBER

public static final java.lang.String EVENT_NUMBER
See Also:
Constant Field Values

MAX_EVENTS_SIZE

public static final int MAX_EVENTS_SIZE
See Also:
Constant Field Values

THREAD_DELAY_TIME

public static final long THREAD_DELAY_TIME
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.