org.apache.pluto.driver
Class AttributeKeys

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

public class AttributeKeys
extends 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 String CURRENT_PAGE
          Attribute key used to bind the current page to servlet request.
static String DRIVER_ADMIN_CONFIG
          Attribute Key used to bind the application's driver admin config to the ServletContext.
static String DRIVER_CONFIG
          Attribute Key used to bind the application's driver config to the ServletContext.
static String PORTAL_URL_PARSER
           
static String PORTLET_CONTAINER
          Attribute Key used to bind the application's portlet container to the ServletContext.
static 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 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 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 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 String CURRENT_PAGE
Attribute key used to bind the current page to servlet request.

See Also:
Constant Field Values

PORTLET_TITLE

public static final 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 String PORTAL_URL_PARSER
See Also:
Constant Field Values


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