|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.Constants
public class Constants
Constant values used to bind internal portlet objects as attributes, typically to a request.
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 |
---|
public static final java.lang.String PORTLET_REQUEST
PortletRequest
to the underlying
HttpServletRequest
.
public static final java.lang.String PORTLET_RESPONSE
PortletResponse
to the underlying
HttpServletRequest
.
public static final java.lang.String PORTLET_CONFIG
PortletConfig
to the underlying
PortletConfig.
public static final java.lang.String TITLE_KEY
public static final java.lang.String SHORT_TITLE_KEY
public static final java.lang.String KEYWORDS_KEY
public static final java.lang.String METHOD_ID
PortletRquest
.
public static final java.lang.Integer METHOD_RENDER
PortletContainer.doRender(org.apache.pluto.PortletWindow,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.Integer METHOD_ACTION
PortletContainer.doAction(org.apache.pluto.PortletWindow,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.Integer METHOD_NOOP
PortletContainer.doLoad(org.apache.pluto.PortletWindow,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.Integer METHOD_RESOURCE
PortletContainer.doServeResource(PortletWindow,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.Integer METHOD_EVENT
PortletContainer#doEvent(org.apache.pluto.PortletWindow,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.Integer METHOD_ADMIN
PortletContainer.doAdmin(PortletWindow, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.
public static final java.lang.String PROVIDER
public static final java.lang.String EVENT_NAME
public static final java.lang.String PUBLIC_RENDER_PARAMETER_PROVIDER
public static final java.lang.String RENDER_ALREADY_CLEARED
public static final java.lang.String EVENT_NUMBER
public static final int MAX_EVENTS_SIZE
public static final long THREAD_DELAY_TIME
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |