atg.websphere.wps.portlet
Interface Attribute

All Known Implementing Classes:
DispatchPortlet

public interface Attribute

Constants for common portal request, session and context attributes.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String PORTLETREQUEST
          The name of the portal request attribute.
static java.lang.String PORTLETRESPONSE
          The name of the portal response attribute.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

PORTLETREQUEST

static final java.lang.String PORTLETREQUEST
The name of the portal request attribute. This attribute is request scoped.

See Also:
Constant Field Values

PORTLETRESPONSE

static final java.lang.String PORTLETRESPONSE
The name of the portal response attribute. This attribute is request scoped.

See Also:
Constant Field Values