|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.model.ParameterModelImpl
public class ParameterModelImpl
Constructor Summary | |
---|---|
ParameterModelImpl(ComponentModel componentModel,
String name,
boolean required,
boolean allowNull,
String defaultBindingPrefix,
boolean cached)
|
Method Summary | |
---|---|
ComponentModel |
getComponentModel()
Identifies the component model in which the parameter is defined. |
String |
getDefaultBindingPrefix()
The default binding prefix for the parameter, usually "prop". |
String |
getName()
The name of the parameter. |
boolean |
isAllowNull()
If true, then no check is needed. |
boolean |
isCached()
|
boolean |
isRequired()
If true, the parameter is required. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterModelImpl(ComponentModel componentModel, String name, boolean required, boolean allowNull, String defaultBindingPrefix, boolean cached)
Method Detail |
---|
public String getName()
ParameterModel
getName
in interface ParameterModel
public boolean isRequired()
ParameterModel
isRequired
in interface ParameterModel
public String getDefaultBindingPrefix()
ParameterModel
getDefaultBindingPrefix
in interface ParameterModel
public boolean isAllowNull()
ParameterModel
isAllowNull
in interface ParameterModel
public boolean isCached()
isCached
in interface ParameterModel
public ComponentModel getComponentModel()
ParameterModel
getComponentModel
in interface ParameterModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |