org.jboss.portal.core
Class CoreConstants.Servlet.Request

java.lang.Object
  extended by org.jboss.portal.core.CoreConstants.Servlet.Request
Enclosing class:
CoreConstants.Servlet

public static final class CoreConstants.Servlet.Request
extends java.lang.Object

Servlet request constants.


Field Summary
static java.lang.String PORTAL_CONTEXT_PATH
          .
static java.lang.String PORTAL_SERVLET_PATH
          .
 
Constructor Summary
CoreConstants.Servlet.Request()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTAL_CONTEXT_PATH

public static final java.lang.String PORTAL_CONTEXT_PATH
.

See Also:
Constant Field Values

PORTAL_SERVLET_PATH

public static final java.lang.String PORTAL_SERVLET_PATH
.

See Also:
Constant Field Values
Constructor Detail

CoreConstants.Servlet.Request

public CoreConstants.Servlet.Request()