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
|
Modifier and Type | Class and Description |
---|---|
class |
MutableEmbeddedComponentModelImpl |
Modifier and Type | Method and Description |
---|---|
MutableEmbeddedComponentModel |
MutableComponentModelImpl.addEmbeddedComponent(String id,
String type,
String componentClassName,
boolean inheritInformalParameters,
Location location) |
Modifier and Type | Method and Description |
---|---|
MutableEmbeddedComponentModel |
MutableComponentModel.addEmbeddedComponent(String id,
String type,
String componentClassName,
boolean inheritInformalParameters,
Location location)
Defines a new embedded component.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.