Package | Description |
---|---|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
AssetService.setLinkFactory(LinkFactory linkFactory) |
Modifier and Type | Field and Description |
---|---|
protected LinkFactory |
DirectService._linkFactory |
Modifier and Type | Method and Description |
---|---|
void |
ActionService.setLinkFactory(LinkFactory linkFactory)
Deprecated.
|
void |
DirectService.setLinkFactory(LinkFactory linkFactory) |
void |
ExternalService.setLinkFactory(LinkFactory linkFactory) |
void |
HomeService.setLinkFactory(LinkFactory linkFactory) |
void |
PageService.setLinkFactory(LinkFactory linkFactory) |
void |
ResetService.setLinkFactory(LinkFactory linkFactory) |
void |
RestartService.setLinkFactory(LinkFactory linkFactory) |
Modifier and Type | Method and Description |
---|---|
LinkFactory |
Infrastructure.getLinkFactory()
Constructs
ILink instances for
IEngineService s. |
Modifier and Type | Class and Description |
---|---|
class |
LinkFactoryImpl |
Modifier and Type | Method and Description |
---|---|
LinkFactory |
InfrastructureImpl.getLinkFactory() |