Package | Description |
---|---|
org.apache.tapestry5.internal.model |
[INTERNAL USE ONLY] support classes for component models; API subject to change
|
org.apache.tapestry5.model |
Interfaces for various types of component and parameter models used by Tapestry
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterModelImpl |
Modifier and Type | Method and Description |
---|---|
ParameterModel |
MutableComponentModelImpl.getParameterModel(String parameterName) |
Modifier and Type | Method and Description |
---|---|
ParameterModel |
ComponentModel.getParameterModel(String parameterName)
Return a single parameter model by parameter name, or null if the parameter is not defined (is not
a formal parameter).
|
Modifier and Type | Method and Description |
---|---|
protected ParameterModel |
TapestryTestCase.mockParameterModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getParameterModel(ComponentModel model,
String parameterName,
ParameterModel parameterModel) |
protected void |
TapestryTestCase.train_isAllowNull(ParameterModel model,
boolean allowNull) |
protected void |
TapestryTestCase.train_isRequired(ParameterModel model,
boolean isRequired) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.