org.apache.pluto.tags
Class Constants

java.lang.Object
  extended by 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.
 
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 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
Constructor Detail

Constants

public Constants()


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