org.jboss.portal.portlet.controller.impl
Class URLParameterConstants

java.lang.Object
  extended by org.jboss.portal.portlet.controller.impl.URLParameterConstants

public final class URLParameterConstants
extends java.lang.Object

Version:
$Revision: 630 $
Author:
Julien Viet

Field Summary
static java.lang.String PORTLET_TYPE
          The portlet type.
static java.lang.String TYPE
          The type of request.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
The type of request. The goal is to allow other types of invocation to be used by the controller context. The controller context itself only works on the portlet type.

See Also:
Constant Field Values

PORTLET_TYPE

public static final java.lang.String PORTLET_TYPE
The portlet type.

See Also:
Constant Field Values


Copyright © 2008. All Rights Reserved.