|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDirect | |
---|---|
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). |
Uses of IDirect in org.apache.tapestry.callback |
---|
Constructors in org.apache.tapestry.callback with parameters of type IDirect | |
---|---|
DirectCallback(IDirect component,
java.lang.Object[] parameters)
Creates a new DirectCallback for the component. |
Uses of IDirect in org.apache.tapestry.engine |
---|
Methods in org.apache.tapestry.engine that return IDirect | |
---|---|
IDirect |
DirectServiceParameter.getDirect()
|
Methods in org.apache.tapestry.engine with parameters of type IDirect | |
---|---|
protected void |
DirectService.triggerComponent(IRequestCycle cycle,
IDirect direct,
java.lang.Object[] parameters)
|
Constructors in org.apache.tapestry.engine with parameters of type IDirect | |
---|---|
DirectServiceParameter(IDirect direct)
|
|
DirectServiceParameter(IDirect direct,
java.lang.Object[] serviceParameters)
|
Uses of IDirect in org.apache.tapestry.form |
---|
Classes in org.apache.tapestry.form that implement IDirect | |
---|---|
class |
Form
Component which contains form element components. |
Uses of IDirect in org.apache.tapestry.link |
---|
Classes in org.apache.tapestry.link that implement IDirect | |
---|---|
class |
DirectLink
A component for creating a link using the direct service; used for actions that are not dependant on dynamic page state. |
Uses of IDirect in org.apache.tapestry.wml |
---|
Classes in org.apache.tapestry.wml that implement IDirect | |
---|---|
class |
Go
The go element declares a go task, indicating navigation to a URI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |