Uses of Class
org.apache.wicket.RequestCycle

Packages that use RequestCycle
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.examples.helloworld   
org.apache.wicket.examples.staticpages   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.util.encoding Encoding extensions. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.target Common implementations of request targets. 
org.apache.wicket.request.target.basic   
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.request.target.component   
org.apache.wicket.request.target.component.listener   
org.apache.wicket.request.target.resource   
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of RequestCycle in org.apache.wicket
 

Methods in org.apache.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 Application.newRequestCycle(Application application, Request request, Response response)
          Deprecated. Applications wishing to provide custom request cycles should override method Application.newRequestCycle(Request, Response)
abstract  RequestCycle Application.newRequestCycle(Request request, Response response)
          Creates a new RequestCycle object.
 

Methods in org.apache.wicket with parameters of type RequestCycle
 void IRequestTarget.detach(RequestCycle requestCycle)
          This method is called at 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.
 void Response.detectContentType(RequestCycle requestCycle, java.lang.String uri)
          Sets the Content-Type header with servlet-context-defined content-types (application's web.xml or servlet container's configuration), and fall back to system or JVM-defined (FileNameMap) content types.
protected  boolean Session.isCurrentRequestValid(RequestCycle lockedRequestCycle)
          When a regular request on certain page with certain version is being processed, we don't allow ajax requests to same page and version.
 void IRequestTarget.respond(RequestCycle requestCycle)
          Generates a response.
protected static void RequestCycle.set(RequestCycle cycle)
          Sets the request cycle for the calling thread.
 

Uses of RequestCycle in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax with parameters of type RequestCycle
 void AjaxRequestTarget.detach(RequestCycle requestCycle)
           
 void AjaxRequestTarget.respond(RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.examples.helloworld
 

Methods in org.apache.wicket.examples.helloworld that return RequestCycle
 RequestCycle HelloWorldApplication.newRequestCycle(Request request, Response response)
           
 

Uses of RequestCycle in org.apache.wicket.examples.staticpages
 

Methods in org.apache.wicket.examples.staticpages with parameters of type RequestCycle
 void CapturingBookmarkablePageRequestTarget.respond(RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type RequestCycle
protected  void AutoCompleteBehavior.onRequest(java.lang.String val, RequestCycle requestCycle)
           
protected abstract  void AbstractAutoCompleteBehavior.onRequest(java.lang.String input, RequestCycle requestCycle)
          Callback for the ajax event generated by the javascript.
 

Uses of RequestCycle in org.apache.wicket.extensions.util.encoding
 

Methods in org.apache.wicket.extensions.util.encoding with parameters of type RequestCycle
static java.lang.String CharSetUtil.getEncoding(RequestCycle cycle)
          Based on the Session's locale determine the associated character encoding.
 

Uses of RequestCycle in org.apache.wicket.protocol.http
 

Subclasses of RequestCycle in org.apache.wicket.protocol.http
 class WebRequestCycle
          RequestCycle implementation for HTTP protocol.
 

Methods in org.apache.wicket.protocol.http that return RequestCycle
 RequestCycle WebApplication.newRequestCycle(Request request, Response response)
           
 

Methods in org.apache.wicket.protocol.http with parameters of type RequestCycle
protected  boolean WebSession.isCurrentRequestValid(RequestCycle lockedRequestCycle)
           
 IRequestTarget WebRequestCycleProcessor.resolve(RequestCycle requestCycle, RequestParameters requestParameters)
           
 

Uses of RequestCycle in org.apache.wicket.protocol.http.request
 

Methods in org.apache.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.
 void WebErrorCodeResponseTarget.respond(RequestCycle requestCycle)
          Respond by sending the set errorCode and optionally the message to the browser.
 

Uses of RequestCycle in org.apache.wicket.protocol.http.request.urlcompressing
 

Methods in org.apache.wicket.protocol.http.request.urlcompressing with parameters of type RequestCycle
protected  java.lang.CharSequence UrlCompressingWebCodingStrategy.encode(RequestCycle requestCycle, IBookmarkablePageRequestTarget requestTarget)
           
protected  java.lang.CharSequence UrlCompressingWebCodingStrategy.encode(RequestCycle requestCycle, IListenerInterfaceRequestTarget requestTarget)
          Encode a listener interface target.
protected  IRequestTarget UrlCompressingWebRequestProcessor.resolveListenerInterfaceTarget(RequestCycle requestCycle, Page page, java.lang.String componentPath, java.lang.String interfaceName, RequestParameters requestParameters)
           
 

Uses of RequestCycle in org.apache.wicket.request
 

Methods in org.apache.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.
 void AbstractRequestCycleProcessor.processEvents(RequestCycle requestCycle)
           
 IRequestTarget IRequestCycleProcessor.resolve(RequestCycle requestCycle, RequestParameters requestParameters)
           Resolves the request and returns the request target.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveBookmarkablePage(RequestCycle requestCycle, RequestParameters requestParameters)
          Resolves to a bookmarkable page target.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveExternalResource(RequestCycle requestCycle)
          Resolves to an external resource.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveHomePageTarget(RequestCycle requestCycle, RequestParameters requestParameters)
          Resolves to a home page target.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(RequestCycle requestCycle, Page page, java.lang.String componentPath, java.lang.String interfaceName, RequestParameters requestParameters)
          Resolves the RequestTarget for the given interface.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveRenderedPage(RequestCycle requestCycle, RequestParameters requestParameters)
          Resolves to a page target that was previously rendered.
protected  IRequestTarget AbstractRequestCycleProcessor.resolveSharedResource(RequestCycle requestCycle, RequestParameters requestParameters)
          Resolves to a shared resource 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 AbstractRequestCycleProcessor.respond(RequestCycle requestCycle)
           
 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.
 void AbstractRequestCycleProcessor.respond(java.lang.RuntimeException e, RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.request.target
 

Methods in org.apache.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 org.apache.wicket.request.target.basic
 

Methods in org.apache.wicket.request.target.basic with parameters of type RequestCycle
 void StringRequestTarget.detach(RequestCycle requestCycle)
           
 void RedirectRequestTarget.detach(RequestCycle requestCycle)
           
 void EmptyRequestTarget.detach(RequestCycle requestCycle)
           
 void EmptyAjaxRequestTarget.detach(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.
 void EmptyAjaxRequestTarget.respond(RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.request.target.coding
 

Methods in org.apache.wicket.request.target.coding with parameters of type RequestCycle
protected  Page HybridUrlCodingStrategy.HybridBookmarkablePageRequestTarget.newPage(java.lang.Class pageClass, RequestCycle requestCycle)
           
 void HybridUrlCodingStrategy.HybridBookmarkablePageRequestTarget.respond(RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.request.target.component
 

Methods in org.apache.wicket.request.target.component with parameters of type RequestCycle
 void PageRequestTarget.detach(RequestCycle requestCycle)
           
 void PageReferenceRequestTarget.detach(RequestCycle requestCycle)
          This method is called at 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.
 void ComponentRequestTarget.detach(RequestCycle requestCycle)
           
 void BookmarkablePageRequestTarget.detach(RequestCycle requestCycle)
           
protected  Page BookmarkablePageRequestTarget.getPage(RequestCycle requestCycle)
          Gets a newly constructed page if we are not in a redirect.
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 BookmarkableListenerInterfaceRequestTarget.processEvents(RequestCycle requestCycle)
           
 void PageRequestTarget.respond(RequestCycle requestCycle)
           
 void PageReferenceRequestTarget.respond(RequestCycle requestCycle)
          Generates a response.
 void ComponentRequestTarget.respond(RequestCycle requestCycle)
           
 void BookmarkablePageRequestTarget.respond(RequestCycle requestCycle)
           
 void BookmarkableListenerInterfaceRequestTarget.respond(RequestCycle requestCycle)
           
 

Uses of RequestCycle in org.apache.wicket.request.target.component.listener
 

Methods in org.apache.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 org.apache.wicket.request.target.resource
 

Methods in org.apache.wicket.request.target.resource with parameters of type RequestCycle
protected  void ResourceStreamRequestTarget.configure(RequestCycle requestCycle, Response response, IResourceStream resourceStream)
          Configures the response, default by setting the content type and length and content disposition (in case the fileName property was set).
 void SharedResourceRequestTarget.detach(RequestCycle requestCycle)
           
 void ResourceStreamRequestTarget.detach(RequestCycle requestCycle)
           
 void ComponentResourceRequestTarget.detach(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)
           
 

Uses of RequestCycle in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester with parameters of type RequestCycle
static void BaseWicketTester.callOnBeginRequest(RequestCycle rc)
           
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.