Liferay 6.0.5

com.liferay.portal.struts
Class ActionConstants

java.lang.Object
  extended by com.liferay.portal.struts.ActionConstants

public class ActionConstants
extends Object


Field Summary
static String COMMON_FORWARD
           
static String COMMON_FORWARD_JSP
           
static String COMMON_NULL
           
static String COMMON_REFERER
           
static String COMMON_REFERER_JSP
           
 
Constructor Summary
ActionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMON_FORWARD

public static final String COMMON_FORWARD
See Also:
Constant Field Values

COMMON_FORWARD_JSP

public static final String COMMON_FORWARD_JSP
See Also:
Constant Field Values

COMMON_NULL

public static final String COMMON_NULL
See Also:
Constant Field Values

COMMON_REFERER

public static final String COMMON_REFERER
See Also:
Constant Field Values

COMMON_REFERER_JSP

public static final String COMMON_REFERER_JSP
See Also:
Constant Field Values
Constructor Detail

ActionConstants

public ActionConstants()

Liferay 6.0.5