|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestCycle | |
|---|---|
| wicket | The core Wicket package. |
| wicket.ajax | |
| wicket.protocol.http | HTTP implementation. |
| wicket.protocol.http.portlet | Wicket interface to the JSR-168 portlet API. |
| wicket.protocol.http.request | This package contains http (web) protocol dependent implementations of request processing strategies. |
| wicket.protocol.http.request.urlcompressing | |
| wicket.request | Package for classes that have generic (protocol independent) support for request cycle processing. |
| wicket.request.compound | This package contains a convenience implementation of IRequestCycleProcessor that breaks its functionality in delegate strategies so that they can more easily be mixed and matched. |
| wicket.request.target | Common implementations of request targets. |
| wicket.request.target.basic | |
| wicket.request.target.component | |
| wicket.request.target.component.listener | |
| wicket.request.target.resource | |
| Uses of RequestCycle in wicket |
|---|
| Methods in wicket that return RequestCycle | |
|---|---|
static RequestCycle |
RequestCycle.get()
Gets request cycle for calling thread. |
RequestCycle |
Component.getRequestCycle()
Gets the active request cycle for this component |
RequestCycle |
Session.newRequestCycle(Request request,
Response response)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. |
RequestCycle |
IRequestCycleFactory.newRequestCycle(Session session,
Request request,
Response response)
Creates a new RequestCycle object. |
| Methods in wicket with parameters of type RequestCycle | |
|---|---|
void |
IRequestTarget.detach(RequestCycle requestCycle)
This method is alled on the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done. |
java.lang.Object |
IRequestTarget.getLock(RequestCycle requestCycle)
Gets the lock to be used for synchronization. |
void |
IRequestTarget.respond(RequestCycle requestCycle)
Generates a response. |
| Uses of RequestCycle in wicket.ajax |
|---|
| Methods in wicket.ajax with parameters of type RequestCycle | |
|---|---|
void |
AjaxRequestTarget.detach(RequestCycle requestCycle)
|
java.lang.Object |
AjaxRequestTarget.getLock(RequestCycle requestCycle)
|
void |
AjaxRequestTarget.respond(RequestCycle requestCycle)
|
| Uses of RequestCycle in wicket.protocol.http |
|---|
| Subclasses of RequestCycle in wicket.protocol.http | |
|---|---|
class |
WebRequestCycle
RequestCycle implementation for HTTP protocol. |
| Uses of RequestCycle in wicket.protocol.http.portlet |
|---|
| Subclasses of RequestCycle in wicket.protocol.http.portlet | |
|---|---|
class |
PortletActionRequestCycle
A portlet RequestCycle implementation for portlet ActionRequest. |
class |
PortletRenderRequestCycle
A portlet RequestCycle implementation for portlet RenderRequest. |
class |
PortletRequestCycle
Base RequestCycle implementation for portlets. |
| Methods in wicket.protocol.http.portlet with parameters of type RequestCycle | |
|---|---|
protected java.lang.String |
PortletRequestCodingStrategy.doEncode(RequestCycle requestCycle,
IRequestTarget requestTarget)
In case you are using custom targets that are not part of the default target hierarchy, you need to override this method, which will be called after the defaults have been tried. |
java.lang.CharSequence |
PortletRequestCodingStrategy.encode(RequestCycle requestCycle,
IRequestTarget requestTarget)
Encode the given request target and one of the delegation methods will be called. |
protected java.lang.CharSequence |
PortletRequestCodingStrategy.encodeRequest(RequestCycle requestCycle,
IBookmarkablePageRequestTarget requestTarget)
Encode a page class target. |
protected java.lang.CharSequence |
PortletRequestCodingStrategy.encodeRequest(RequestCycle requestCycle,
IListenerInterfaceRequestTarget requestTarget)
Encode a listener interface target. |
protected java.lang.CharSequence |
PortletRequestCodingStrategy.encodeRequest(RequestCycle requestCycle,
IPageRequestTarget requestTarget)
Encode a page target. |
protected java.lang.CharSequence |
PortletRequestCodingStrategy.encodeRequest(RequestCycle requestCycle,
ISharedResourceRequestTarget requestTarget)
Encode a shared resource target. |
protected java.lang.CharSequence |
PortletRequestCodingStrategy.encodeServletRequest(RequestCycle requestCycle,
IListenerInterfaceRequestTarget requestTarget)
Encode a listener interface target. |
void |
PortletRenderRequestEventProcessorStrategy.processEvents(RequestCycle requestCycle)
|
IRequestTarget |
PortletRequestTargetResolverStrategy.resolve(RequestCycle requestCycle,
RequestParameters requestParameters)
|
protected IRequestTarget |
PortletRequestTargetResolverStrategy.resolveBookmarkablePage(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a bookmarkable page target. |
protected IRequestTarget |
PortletRequestTargetResolverStrategy.resolveHomePageTarget(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a home page target. |
protected IRequestTarget |
PortletRequestTargetResolverStrategy.resolveListenerInterfaceTarget(RequestCycle requestCycle,
Page page,
java.lang.String componentPath,
java.lang.String interfaceName,
RequestParameters requestParameters)
Resolves the RequestTarget for the given interface. |
protected IRequestTarget |
PortletRequestTargetResolverStrategy.resolveRenderedPage(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a page target that was previously rendered. |
protected IRequestTarget |
PortletRequestTargetResolverStrategy.resolveSharedResource(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a shared resource target. |
void |
PortletRenderResponseStrategy.respond(RequestCycle requestCycle)
|
void |
PortletActionRequestResponseStrategy.respond(RequestCycle requestCycle)
|
void |
PortletExceptionResponseStrategy.respond(RequestCycle requestCycle,
java.lang.RuntimeException e)
|
protected java.lang.CharSequence |
PortletRequestCodingStrategy.urlPrefix(RequestCycle requestCycle)
Gets prefix. |
| Uses of RequestCycle in wicket.protocol.http.request |
|---|
| Methods in wicket.protocol.http.request with parameters of type RequestCycle | |
|---|---|
void |
WebExternalResourceRequestTarget.detach(RequestCycle requestCycle)
|
void |
WebErrorCodeResponseTarget.detach(RequestCycle requestCycle)
|
protected java.lang.String |
WebRequestCodingStrategy.doEncode(RequestCycle requestCycle,
IRequestTarget requestTarget)
In case you are using custom targets that are not part of the default target hierarchy, you need to override this method, which will be called after the defaults have been tried. |
protected java.lang.CharSequence |
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
IBookmarkablePageRequestTarget requestTarget)
Encode a page class target. |
protected java.lang.CharSequence |
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
IListenerInterfaceRequestTarget requestTarget)
Encode a listener interface target. |
protected java.lang.CharSequence |
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
IPageRequestTarget requestTarget)
Encode a page target. |
java.lang.CharSequence |
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
IRequestTarget requestTarget)
Encode the given request target. |
java.lang.CharSequence |
CryptedUrlWebRequestCodingStrategy.encode(RequestCycle requestCycle,
IRequestTarget requestTarget)
Encode the querystring of the URL |
protected java.lang.CharSequence |
WebRequestCodingStrategy.encode(RequestCycle requestCycle,
ISharedResourceRequestTarget requestTarget)
Encode a shared resource target. |
java.lang.Object |
WebExternalResourceRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
WebErrorCodeResponseTarget.getLock(RequestCycle requestCycle)
|
void |
WebExternalResourceRequestTarget.respond(RequestCycle requestCycle)
Respond by trying to delegate getting the resource from the ServletContext object and stream that to the client. |
void |
WebErrorCodeResponseTarget.respond(RequestCycle requestCycle)
Respond by sending the set errorCode and optionally the message to the browser. |
protected java.lang.CharSequence |
WebRequestCodingStrategy.urlPrefix(RequestCycle requestCycle)
Gets prefix. |
| Uses of RequestCycle in wicket.protocol.http.request.urlcompressing |
|---|
| Methods in wicket.protocol.http.request.urlcompressing with parameters of type RequestCycle | |
|---|---|
protected java.lang.CharSequence |
WebURLCompressingCodingStrategy.encode(RequestCycle requestCycle,
IListenerInterfaceRequestTarget requestTarget)
Encode a listener interface target. |
protected IRequestTarget |
WebURLCompressingTargetResolverStrategy.resolveListenerInterfaceTarget(RequestCycle requestCycle,
Page page,
java.lang.String componentPath,
java.lang.String interfaceName,
RequestParameters requestParameters)
Resolves the RequestTarget for the given interface. |
| Uses of RequestCycle in wicket.request |
|---|
| Methods in wicket.request with parameters of type RequestCycle | |
|---|---|
java.lang.CharSequence |
IRequestCodingStrategy.encode(RequestCycle requestCycle,
IRequestTarget requestTarget)
Gets the url that will point to the provided request target. |
void |
IRequestCycleProcessor.processEvents(RequestCycle requestCycle)
After a page is restored, this method is responsible for calling any event handling code based on the request. |
IRequestTarget |
IRequestCycleProcessor.resolve(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves the request and returns the request target. |
void |
IRequestCycleProcessor.respond(RequestCycle requestCycle)
After the target is resolved and the request events are handled, it is time to respond to the request. |
void |
IRequestCycleProcessor.respond(java.lang.RuntimeException e,
RequestCycle requestCycle)
Whenever a unhandled exception is encountered during the processing of a request cycle, this method is called to respond to the request in a proper way. |
| Uses of RequestCycle in wicket.request.compound |
|---|
| Methods in wicket.request.compound with parameters of type RequestCycle | |
|---|---|
void |
IEventProcessorStrategy.processEvents(RequestCycle requestCycle)
After a request target is resolved, this method is responsible for calling any event handling code based on that target. |
void |
DefaultEventProcessorStrategy.processEvents(RequestCycle requestCycle)
|
void |
AbstractCompoundRequestCycleProcessor.processEvents(RequestCycle requestCycle)
|
IRequestTarget |
IRequestTargetResolverStrategy.resolve(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves the request and returns the request target. |
IRequestTarget |
DefaultRequestTargetResolverStrategy.resolve(RequestCycle requestCycle,
RequestParameters requestParameters)
|
IRequestTarget |
AbstractCompoundRequestCycleProcessor.resolve(RequestCycle requestCycle,
RequestParameters requestParameters)
|
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveBookmarkablePage(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a bookmarkable page target. |
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveExternalResource(RequestCycle requestCycle)
Resolves to an external resource. |
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveHomePageTarget(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a home page target. |
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveListenerInterfaceTarget(RequestCycle requestCycle,
Page page,
java.lang.String componentPath,
java.lang.String interfaceName,
RequestParameters requestParameters)
Resolves the RequestTarget for the given interface. |
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveRenderedPage(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a page target that was previously rendered. |
protected IRequestTarget |
DefaultRequestTargetResolverStrategy.resolveSharedResource(RequestCycle requestCycle,
RequestParameters requestParameters)
Resolves to a shared resource target. |
void |
IResponseStrategy.respond(RequestCycle requestCycle)
After the target is resolved and the request events are handled, it is time to respond to the request. |
void |
DefaultResponseStrategy.respond(RequestCycle requestCycle)
|
void |
AbstractCompoundRequestCycleProcessor.respond(RequestCycle requestCycle)
|
void |
IExceptionResponseStrategy.respond(RequestCycle requestCycle,
java.lang.RuntimeException e)
Whenever a unhandled exception is encountered during the processing of a request cycle, this method is called to respond to the request in a proper way. |
void |
DefaultExceptionResponseStrategy.respond(RequestCycle requestCycle,
java.lang.RuntimeException e)
|
void |
AbstractCompoundRequestCycleProcessor.respond(java.lang.RuntimeException e,
RequestCycle requestCycle)
|
| Uses of RequestCycle in wicket.request.target |
|---|
| Methods in wicket.request.target with parameters of type RequestCycle | |
|---|---|
void |
IEventProcessor.processEvents(RequestCycle requestCycle)
After a page is restored, this method is responsible for calling any event handling code based on the request. |
| Uses of RequestCycle in wicket.request.target.basic |
|---|
| Methods in wicket.request.target.basic with parameters of type RequestCycle | |
|---|---|
void |
StringRequestTarget.detach(RequestCycle requestCycle)
|
void |
RedirectRequestTarget.detach(RequestCycle requestCycle)
|
void |
EmptyRequestTarget.detach(RequestCycle requestCycle)
|
java.lang.Object |
StringRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
RedirectRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
EmptyRequestTarget.getLock(RequestCycle requestCycle)
|
void |
StringRequestTarget.respond(RequestCycle requestCycle)
Responds by sending the string property. |
void |
RedirectRequestTarget.respond(RequestCycle requestCycle)
|
void |
EmptyRequestTarget.respond(RequestCycle requestCycle)
Does nothing at all. |
| Uses of RequestCycle in wicket.request.target.component |
|---|
| Methods in wicket.request.target.component with parameters of type RequestCycle | |
|---|---|
void |
PageRequestTarget.detach(RequestCycle requestCycle)
|
void |
ComponentRequestTarget.detach(RequestCycle requestCycle)
|
void |
BookmarkablePageRequestTarget.detach(RequestCycle requestCycle)
|
java.lang.Object |
PageRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
ComponentRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
BookmarkablePageRequestTarget.getLock(RequestCycle requestCycle)
|
protected Page |
BookmarkablePageRequestTarget.newPage(java.lang.Class pageClass,
RequestCycle requestCycle)
Constructs a new instance of a page given its class name |
void |
BookmarkablePageRequestTarget.processEvents(RequestCycle requestCycle)
|
void |
PageRequestTarget.respond(RequestCycle requestCycle)
|
void |
ComponentRequestTarget.respond(RequestCycle requestCycle)
|
void |
BookmarkablePageRequestTarget.respond(RequestCycle requestCycle)
|
| Uses of RequestCycle in wicket.request.target.component.listener |
|---|
| Methods in wicket.request.target.component.listener with parameters of type RequestCycle | |
|---|---|
protected void |
AbstractListenerInterfaceRequestTarget.onProcessEvents(RequestCycle requestCycle)
Common functionality to be called by processEvents() |
void |
RedirectPageRequestTarget.processEvents(RequestCycle requestCycle)
|
void |
ListenerInterfaceRequestTarget.processEvents(RequestCycle requestCycle)
|
void |
BehaviorRequestTarget.processEvents(RequestCycle requestCycle)
|
| Uses of RequestCycle in wicket.request.target.resource |
|---|
| Methods in wicket.request.target.resource with parameters of type RequestCycle | |
|---|---|
void |
SharedResourceRequestTarget.detach(RequestCycle requestCycle)
|
void |
ResourceStreamRequestTarget.detach(RequestCycle requestCycle)
|
void |
ComponentResourceRequestTarget.detach(RequestCycle requestCycle)
|
java.lang.Object |
SharedResourceRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
ResourceStreamRequestTarget.getLock(RequestCycle requestCycle)
|
java.lang.Object |
ComponentResourceRequestTarget.getLock(RequestCycle requestCycle)
|
void |
SharedResourceRequestTarget.respond(RequestCycle requestCycle)
Respond by looking up the shared resource and delegating the actual response to that resource. |
void |
ResourceStreamRequestTarget.respond(RequestCycle requestCycle)
Responds by sending the contents of the resource stream. |
void |
ComponentResourceRequestTarget.respond(RequestCycle requestCycle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||