org.apache.struts2.views.gxp
Class Param

java.lang.Object
  extended by org.apache.struts2.views.gxp.Param

public class Param
extends Object

Author:
Bob Lee

Field Summary
static String BODY_PARAM_NAME
           
 
Method Summary
 Object getDefaultValue()
           
 String getName()
           
 Class getType()
           
 boolean isOptional()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BODY_PARAM_NAME

public static final String BODY_PARAM_NAME
See Also:
Constant Field Values
Method Detail

getName

public String getName()

getType

public Class getType()

toString

public String toString()
Overrides:
toString in class Object

isOptional

public boolean isOptional()

getDefaultValue

public Object getDefaultValue()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.