Field Summary |
|
final public static String | KEYWORDS_KEY |
final public static Integer | METHOD_ACTION The unique method identifier for render requests. |
final public static Integer | METHOD_ADMIN The unique method identifier for admin requests. |
final public static String | METHOD_ID The key used to bind the method of processing being requested by the
container to the underlying PortletRquest . |
final public static Integer | METHOD_NOOP The unique method identifier for noop (load) requests. |
final public static Integer | METHOD_RENDER The unique method identifier for render requests. |
final public static String | PORTLET_CONFIG The key used to bind the PortletConfig to the underlying
PortletConfig. |
final public static String | PORTLET_REQUEST The key used to bind the PortletRequest to the underlying
HttpServletRequest . |
final public static String | PORTLET_RESPONSE The key used to bind the PortletResponse to the underlying
HttpServletRequest . |
final public static String | SHORT_TITLE_KEY |
final public static String | TITLE_KEY |