|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.model.ParameterModelImpl
public class ParameterModelImpl
| Constructor Summary | |
|---|---|
ParameterModelImpl(String name,
boolean required,
boolean allowNull,
String defaultBindingPrefix)
|
|
| Method Summary | |
|---|---|
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 |
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(String name,
boolean required,
boolean allowNull,
String defaultBindingPrefix)
| Method Detail |
|---|
public String getName()
ParameterModel
getName in interface ParameterModelpublic boolean isRequired()
ParameterModel
isRequired in interface ParameterModelpublic String getDefaultBindingPrefix()
ParameterModel
getDefaultBindingPrefix in interface ParameterModelpublic boolean isAllowNull()
ParameterModel
isAllowNull in interface ParameterModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||