Package | Description |
---|---|
org.apache.tapestry.callback |
Provides implementations of callbacks, objects that encapsulate a server request that is deferred,
typically to allow a user to login or otherwise authenticate before proceeding with
some other activity.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.link |
Components for creating links on the page that trigger application behavior
when clicked.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Constructor and Description |
---|
DirectCallback(IDirect component,
java.lang.Object[] parameters)
Creates a new DirectCallback for the component.
|
Modifier and Type | Method and Description |
---|---|
IDirect |
DirectServiceParameter.getDirect() |
Modifier and Type | Method and Description |
---|---|
protected void |
DirectService.triggerComponent(IRequestCycle cycle,
IDirect direct,
java.lang.Object[] parameters) |
Constructor and Description |
---|
DirectServiceParameter(IDirect direct) |
DirectServiceParameter(IDirect direct,
java.lang.Object[] serviceParameters) |
Modifier and Type | Class and Description |
---|---|
class |
Form
Component which contains form element components.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectLink
A component for creating a link using the direct service; used for actions that are not dependant
on dynamic page state.
|
Modifier and Type | Class and Description |
---|---|
class |
Go
The go element declares a go task, indicating navigation to a URI.
|