org.apache.jetspeed.container
Class ContainerConstants

java.lang.Object
  extended by org.apache.jetspeed.container.ContainerConstants

public class ContainerConstants
extends Object

Container Constants

Version:
$Id: ContainerConstants.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Field Summary
static Integer METHOD_ACTION
           
static String METHOD_ID
           
static Integer METHOD_NOOP
           
static Integer METHOD_RENDER
           
static String PORTAL_CONTEXT
           
static String PORTLET
           
static String PORTLET_ACTION
           
static String PORTLET_CONFIG
           
static String PORTLET_NAME
           
static String PORTLET_REQUEST
           
static String PORTLET_RESPONSE
           
 
Constructor Summary
ContainerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_ACTION

public static final String PORTLET_ACTION
See Also:
Constant Field Values

PORTLET_REQUEST

public static final String PORTLET_REQUEST
See Also:
Constant Field Values

PORTLET_RESPONSE

public static final String PORTLET_RESPONSE
See Also:
Constant Field Values

PORTLET_CONFIG

public static final String PORTLET_CONFIG
See Also:
Constant Field Values

PORTAL_CONTEXT

public static final String PORTAL_CONTEXT
See Also:
Constant Field Values

METHOD_ID

public static final String METHOD_ID
See Also:
Constant Field Values

PORTLET

public static final String PORTLET
See Also:
Constant Field Values

PORTLET_NAME

public static final String PORTLET_NAME
See Also:
Constant Field Values

METHOD_RENDER

public static final Integer METHOD_RENDER

METHOD_ACTION

public static final Integer METHOD_ACTION

METHOD_NOOP

public static final Integer METHOD_NOOP
Constructor Detail

ContainerConstants

public ContainerConstants()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.