Package | Description |
---|---|
org.apache.tapestry.bean |
Contains useful helper beans, an implementation of
the
IBeanProvider interface, and
several interfaces and classes related to initializing helper beans. |
org.apache.tapestry.enhance |
Classes used for performing dynamic bytecode enhancement of component and page classes.
|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
org.apache.tapestry.parse |
Classes used when parsing templates, application and component specifications.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Constructor and Description |
---|
BindingBeanInitializer(BindingSource source) |
Modifier and Type | Method and Description |
---|---|
void |
SpecifiedPropertyWorker.setBindingSource(BindingSource bindingSource) |
Constructor and Description |
---|
InitialValueBindingCreator(BindingSource bindingSource,
java.lang.String description,
java.lang.String initialValue,
org.apache.hivemind.Location location) |
Modifier and Type | Method and Description |
---|---|
void |
EstablishDefaultParameterValuesVisitor.setBindingSource(BindingSource bindingSource) |
void |
PageLoader.setBindingSource(BindingSource bindingSource) |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationParser.setBindingSource(BindingSource bindingSource) |
Modifier and Type | Class and Description |
---|---|
class |
BindingSourceImpl
Implementation of the
tapestry.bindings.BindingSource service. |
Modifier and Type | Method and Description |
---|---|
void |
ComponentTemplateLoaderImpl.setBindingSource(BindingSource bindingSource) |
Constructor and Description |
---|
ComponentTemplateLoaderLogic(org.apache.commons.logging.Log log,
IPageLoader pageLoader,
BindingSource bindingSource) |
Modifier and Type | Method and Description |
---|---|
BindingBeanInitializer |
SpecFactory.createBindingBeanInitializer(BindingSource source) |