org.apache.pluto.tags
Class Constants
java.lang.Object
org.apache.pluto.tags.Constants
public class Constants
- extends Object
Constant values as defined by the specification
typically to a request.
- Version:
- 1.0
Field Summary |
static String |
PORTLET_CONFIG
The key used to bind the PortletConfig to the underlying
PortletConfig. |
static String |
PORTLET_REQUEST
The key used to bind the PortletRequest to the underlying
HttpServletRequest . |
static String |
PORTLET_RESPONSE
The key used to bind the PortletResponse to the underlying
HttpServletRequest . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORTLET_REQUEST
public static final String PORTLET_REQUEST
- The key used to bind the
PortletRequest
to the underlying
HttpServletRequest
.
- See Also:
- Constant Field Values
PORTLET_RESPONSE
public static final String PORTLET_RESPONSE
- The key used to bind the
PortletResponse
to the underlying
HttpServletRequest
.
- See Also:
- Constant Field Values
PORTLET_CONFIG
public static final String PORTLET_CONFIG
- The key used to bind the
PortletConfig
to the underlying
PortletConfig.
- See Also:
- Constant Field Values
Constants
public Constants()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.