Package | Description |
---|---|
org.apache.tapestry5.internal.model |
[INTERNAL USE ONLY] support classes for component models; API subject to change
|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; 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 |
MutableEmbeddedComponentModelImpl |
Modifier and Type | Method and Description |
---|---|
EmbeddedComponentModel |
MutableComponentModelImpl.getEmbeddedComponentModel(String componentId) |
Constructor and Description |
---|
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource,
ComponentInstantiatorSource instantiatorSource,
ComponentClassResolver componentClassResolver,
String componentClassName,
ComponentResourceSelector selector,
EmbeddedComponentModel embeddedModel,
String templateMixins,
Location location,
boolean strictMixinParameters) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableEmbeddedComponentModel
A mutable version of
EmbeddedComponentModel that allows the parameters to be
incrementally stored. |
Modifier and Type | Method and Description |
---|---|
EmbeddedComponentModel |
ComponentModel.getEmbeddedComponentModel(String componentId)
Returns an embedded component defined by this component or by a super-class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getInheritInformalParameters(EmbeddedComponentModel model,
boolean inherits) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.