org.apache.pluto.driver
Class AttributeKeys

java.lang.Object
  extended by org.apache.pluto.driver.AttributeKeys

public class AttributeKeys
extends java.lang.Object

Constants used as attribute keys to bind values to servlet context or servlet request.

Since:
Sep 25, 2004
Version:
1.0

Field Summary
static java.lang.String CURRENT_PAGE
          Attribute key used to bind the current page to servlet request.
static java.lang.String DRIVER_ADMIN_CONFIG
          Attribute Key used to bind the application's driver admin config to the ServletContext.
static java.lang.String DRIVER_CONFIG
          Attribute Key used to bind the application's driver config to the ServletContext.
static java.lang.String PORTAL_URL_PARSER
           
static java.lang.String PORTLET_CONTAINER
          Attribute Key used to bind the application's portlet container to the ServletContext.
static java.lang.String PORTLET_TITLE
          Attribute key used to bind the portlet title to servlet request.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVER_CONFIG

public static final java.lang.String DRIVER_CONFIG
Attribute Key used to bind the application's driver config to the ServletContext.

See Also:
Constant Field Values

DRIVER_ADMIN_CONFIG

public static final java.lang.String DRIVER_ADMIN_CONFIG
Attribute Key used to bind the application's driver admin config to the ServletContext.

See Also:
Constant Field Values

PORTLET_CONTAINER

public static final java.lang.String PORTLET_CONTAINER
Attribute Key used to bind the application's portlet container to the ServletContext.

See Also:
Constant Field Values

CURRENT_PAGE

public static final java.lang.String CURRENT_PAGE
Attribute key used to bind the current page to servlet request.

See Also:
Constant Field Values

PORTLET_TITLE

public static final java.lang.String PORTLET_TITLE
Attribute key used to bind the portlet title to servlet request.

See Also:
Constant Field Values

PORTAL_URL_PARSER

public static final java.lang.String PORTAL_URL_PARSER
See Also:
Constant Field Values


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