org.apache.pluto.tags
Class Constants

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

public class Constants
extends java.lang.Object

Constant values as defined by the specification typically to a request.

Version:
1.0

Field Summary
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.
 
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
Constructor Detail

Constants

public Constants()


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