|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentEventRequestParameters | |
|---|---|
| org.apache.tapestry5.internal.services | |
| org.apache.tapestry5.services | |
| org.apache.tapestry5.upload.internal.services | |
| org.apache.tapestry5.urlrewriter | |
| Uses of ComponentEventRequestParameters in org.apache.tapestry5.internal.services |
|---|
| Methods in org.apache.tapestry5.internal.services that return ComponentEventRequestParameters | |
|---|---|
ComponentEventRequestParameters |
ComponentEventLinkEncoderImpl.decodeComponentEventRequest(Request request)
|
| Methods in org.apache.tapestry5.internal.services with parameters of type ComponentEventRequestParameters | |
|---|---|
Link |
ComponentEventLinkEncoderImpl.createComponentEventLink(ComponentEventRequestParameters parameters,
boolean forForm)
|
void |
ComponentEventRequestHandlerImpl.handle(ComponentEventRequestParameters parameters)
|
void |
AjaxComponentEventRequestHandler.handle(ComponentEventRequestParameters parameters)
|
void |
ImmediateActionRenderResponseFilter.handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
|
void |
AjaxFilter.handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
|
void |
ComponentRequestHandlerTerminator.handleComponentEvent(ComponentEventRequestParameters parameters)
|
| Uses of ComponentEventRequestParameters in org.apache.tapestry5.services |
|---|
| Methods in org.apache.tapestry5.services that return ComponentEventRequestParameters | |
|---|---|
ComponentEventRequestParameters |
ComponentEventLinkEncoder.decodeComponentEventRequest(Request request)
Checks the request, primarily the path, to determine the if the request is a component event request. |
| Methods in org.apache.tapestry5.services with parameters of type ComponentEventRequestParameters | |
|---|---|
Link |
ComponentEventLinkEncoder.createComponentEventLink(ComponentEventRequestParameters parameters,
boolean forForm)
Creates a link that encapsulates a component event request, including PersistentLocale (if set). |
void |
ComponentEventRequestHandler.handle(ComponentEventRequestParameters parameters)
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL). |
void |
ComponentEventRequestFilter.handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
Filter for a component action request. |
void |
ComponentRequestHandler.handleComponentEvent(ComponentEventRequestParameters parameters)
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL). |
void |
ComponentRequestFilter.handleComponentEvent(ComponentEventRequestParameters parameters,
ComponentRequestHandler handler)
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL). |
| Uses of ComponentEventRequestParameters in org.apache.tapestry5.upload.internal.services |
|---|
| Methods in org.apache.tapestry5.upload.internal.services with parameters of type ComponentEventRequestParameters | |
|---|---|
void |
UploadExceptionFilter.handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
|
| Uses of ComponentEventRequestParameters in org.apache.tapestry5.urlrewriter |
|---|
| Methods in org.apache.tapestry5.urlrewriter that return ComponentEventRequestParameters | |
|---|---|
ComponentEventRequestParameters |
URLRewriteContext.getComponentEventParameters()
If the request being processed is processed in response to component event link creation, the ComponentEVentRequestParameters associated with that creation will be available via this method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||