Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentResources.getComponent()
Returns the component this object provides resources for.
|
Component |
ComponentResources.getContainer()
Returns the component which contains this component, or null for the root component.
|
Component |
ComponentResources.getEmbeddedComponent(String embeddedId)
Returns an embedded component, given the component's id.
|
Component |
ComponentResources.getPage()
Returns the page that contains this component.
|
Modifier and Type | Method and Description |
---|---|
Component |
InternalComponentResourcesCommon.getMixinByClassName(String mixinClassName)
Returns the mixin instance for the fully qualfied mixin class name.
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentSourceImpl.getActivePage() |
Component |
ComponentSourceImpl.getComponent(String completeId) |
Component |
ComponentSourceImpl.getPage(Class pageClass) |
Component |
ComponentSourceImpl.getPage(String pageName) |
Component |
Instantiator.newInstance(InternalComponentResources resources)
Instantiates and returns a new instance of the desired class.
|
Modifier and Type | Method and Description |
---|---|
void |
AjaxComponentInstanceEventResultProcessor.processResultValue(Component value) |
void |
ComponentInstanceResultProcessor.processResultValue(Component value) |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentPageElement.getComponent()
Returns the core component associated with this page element (as opposed to any mixins attached to the
component).
|
Component |
ComponentPageElementImpl.getComponent() |
Component |
InternalComponentResourcesImpl.getComponent() |
Component |
InternalComponentResourcesImpl.getContainer() |
Component |
InternalComponentResourcesImpl.getEmbeddedComponent(String embeddedId) |
Component |
ComponentPageElementImpl.getMixinByClassName(String mixinClassName) |
Component |
InternalComponentResourcesImpl.getMixinByClassName(String mixinClassName) |
Component |
InternalComponentResourcesImpl.getPage() |
Component |
Page.getRootComponent()
The root component of the page.
|
Component |
PageImpl.getRootComponent() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentCallback.run(Component component)
Callback method, passed a component to operate upon.
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentSource.getActivePage()
Returns the active page, as defined by
RequestGlobals.getActivePageName() . |
Component |
ComponentSource.getComponent(String completeId)
Gets a component by its complete id.
|
Component |
ComponentSource.getPage(Class pageClass)
A convienience for obtaining a page instance via a class instance.
|
Component |
ComponentSource.getPage(String pageName)
Returns the page identified by its logical page name.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentEventHandler.handleEvent(Component instance,
ComponentEvent event)
Handles the event.
|
Modifier and Type | Method and Description |
---|---|
protected Component |
TapestryTestCase.mockComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getComponent(ComponentResources resources,
Component component) |
protected void |
TapestryTestCase.train_getComponentResources(Component component,
ComponentResources resources) |
protected void |
TapestryTestCase.train_getContainer(ComponentResources resources,
Component container) |
protected void |
TapestryTestCase.train_getPage(ComponentResources resources,
Component page) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.