Uses of Class
org.apache.wicket.Response

Packages that use Response
org.apache.wicket The core Wicket package. 
org.apache.wicket.authentication   
org.apache.wicket.behavior   
org.apache.wicket.examples   
org.apache.wicket.examples.authorization   
org.apache.wicket.examples.forminput   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.library   
org.apache.wicket.examples.signin   
org.apache.wicket.examples.signin2   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.markup.html.tree.table   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.internal   
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.portlet   
org.apache.wicket.request.target.resource   
org.apache.wicket.response Several response implementations. 
org.apache.wicket.util.string String utilities. 
 

Uses of Response in org.apache.wicket
 

Fields in org.apache.wicket declared as Response
protected  Response RequestCycle.response
          The current response.
 

Methods in org.apache.wicket that return Response
 Response RequestCycle.getOriginalResponse()
          Get the original response the request was created with.
 Response RequestCycle.getResponse()
          Gets the response.
 Response Component.getResponse()
           
 Response RequestCycle.setResponse(Response response)
          Sets response.
 

Methods in org.apache.wicket with parameters of type Response
protected  void Resource.configureResponse(Response response)
          Allows implementations to do configure the response, like setting headers etc.
static Session Session.findOrCreate(Request request, Response response)
           
 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.
abstract  Session Application.newSession(Request request, Response response)
          Creates a new session.
protected  void Component.renderPlaceholderTag(ComponentTag tag, Response response)
          Renders a placeholder tag for the component when it is invisible and Component.setOutputMarkupPlaceholderTag(boolean) has been called with true.
 Response RequestCycle.setResponse(Response response)
          Sets response.
 

Constructors in org.apache.wicket with parameters of type Response
RequestCycle(Application application, Request request, Response response)
          Constructor.
 

Uses of Response in org.apache.wicket.authentication
 

Methods in org.apache.wicket.authentication with parameters of type Response
 Session AuthenticatedWebApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior with parameters of type Response
protected  void AbstractAjaxBehavior.onRenderHeadContribution(Response response)
           
protected  void AbstractAjaxBehavior.onRenderHeadInitContribution(Response response)
           
 

Uses of Response in org.apache.wicket.examples
 

Methods in org.apache.wicket.examples with parameters of type Response
 RequestCycle WicketExampleApplication.newRequestCycle(Request request, Response response)
           
 

Constructors in org.apache.wicket.examples with parameters of type Response
WicketExampleRequestCycle(WebApplication application, WebRequest request, Response response)
          Construct.
 

Uses of Response in org.apache.wicket.examples.authorization
 

Methods in org.apache.wicket.examples.authorization with parameters of type Response
 Session RolesApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.examples.forminput
 

Methods in org.apache.wicket.examples.forminput with parameters of type Response
 Session FormInputApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.examples.hangman
 

Methods in org.apache.wicket.examples.hangman with parameters of type Response
 Session HangmanApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.examples.library
 

Methods in org.apache.wicket.examples.library with parameters of type Response
 Session LibraryApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.examples.signin
 

Methods in org.apache.wicket.examples.signin with parameters of type Response
 Session SignInApplication.newSession(Request request, Response response)
           
 

Uses of Response in org.apache.wicket.examples.signin2
 

Methods in org.apache.wicket.examples.signin2 with parameters of type Response
 Session SignIn2Application.newSession(Request request, Response response)
           
 

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

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type Response
 void IAutoCompleteRenderer.render(T object, Response response, String criteria)
          Render the html fragment for the given completion object.
 void AbstractAutoCompleteRenderer.render(T object, Response response, String criteria)
           
protected  void AbstractAutoCompleteTextRenderer.renderChoice(T object, Response response, String criteria)
           
protected abstract  void AbstractAutoCompleteRenderer.renderChoice(T object, Response response, String criteria)
          Render the visual portion of the assist.
 void IAutoCompleteRenderer.renderFooter(Response response)
          Render the html footer fragment for the completion.
 void AbstractAutoCompleteRenderer.renderFooter(Response response)
           
 void IAutoCompleteRenderer.renderHeader(Response response)
          Render the html header fragment for the completion.
 void AbstractAutoCompleteRenderer.renderHeader(Response response)
           
 

Uses of Response in org.apache.wicket.extensions.markup.html.tree.table
 

Methods in org.apache.wicket.extensions.markup.html.tree.table with parameters of type Response
 void IRenderable.render(TreeNode node, Response response)
          Renders the content of the cell to the response.
 

Uses of Response in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup with parameters of type Response
 void ComponentTag.writeOutput(Response response, boolean stripWicketAttributes, String namespace)
          Write the tag to the response
 

Uses of Response in org.apache.wicket.markup.html
 

Methods in org.apache.wicket.markup.html that return Response
 Response IHeaderResponse.getResponse()
          Returns the response that can be used to write arbitrary text to the head section.
 Response DecoratingHeaderResponse.getResponse()
           
 

Methods in org.apache.wicket.markup.html with parameters of type Response
protected  void WebResource.configureResponse(Response response)
           
 

Uses of Response in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type Response
protected  void Form.renderPlaceholderTag(ComponentTag tag, Response response)
           
 

Uses of Response in org.apache.wicket.markup.html.internal
 

Methods in org.apache.wicket.markup.html.internal that return Response
protected abstract  Response HeaderResponse.getRealResponse()
          Once the HeaderResponse is closed, no output may be written to it anymore.
 Response HeaderResponse.getResponse()
           
 

Uses of Response in org.apache.wicket.markup.transformer
 

Methods in org.apache.wicket.markup.transformer that return Response
protected  Response AbstractTransformerBehavior.newResponse()
          Create a new response object which is used to store the markup generated by the child objects.
protected  Response AbstractOutputTransformerContainer.newResponse()
          Create a new response object which is used to store the markup generated by the child objects.
 

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

Subclasses of Response in org.apache.wicket.protocol.http
 class BufferedWebResponse
          Subclass of WebResponse which buffers output and any redirection.
 class WebResponse
          Implements responses over the HTTP protocol by holding an underlying HttpServletResponse object and providing convenience methods for using that object.
 

Methods in org.apache.wicket.protocol.http with parameters of type Response
 RequestCycle WebApplication.newRequestCycle(Request request, Response response)
           
 Session WebApplication.newSession(Request request, Response response)
           
 

Constructors in org.apache.wicket.protocol.http with parameters of type Response
WebRequestCycle(WebApplication application, WebRequest request, Response response)
          Constructor which simply passes arguments to superclass for storage there.
 

Uses of Response in org.apache.wicket.protocol.http.portlet
 

Methods in org.apache.wicket.protocol.http.portlet that return Response
protected  Response EmbeddedPortletHeaderResponse.getRealResponse()
           
 

Methods in org.apache.wicket.protocol.http.portlet with parameters of type Response
protected  IHeaderResponse PortletRequestContext.newPortletHeaderResponse(Response response)
           
 

Constructors in org.apache.wicket.protocol.http.portlet with parameters of type Response
EmbeddedPortletHeaderResponse(Response realResponse)
           
 

Uses of Response in org.apache.wicket.request.target.resource
 

Methods in org.apache.wicket.request.target.resource with parameters of type Response
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).
 

Uses of Response in org.apache.wicket.response
 

Subclasses of Response in org.apache.wicket.response
 class ConsoleResponse
          A Response implementation which writes to the console.
 class FileResponse
          A Response implementation that writes to a file.
 class NullResponse
          Response implementation that discards all output.
 class StringResponse
          Response object that writes to a StringWriter.
 

Uses of Response in org.apache.wicket.util.string
 

Methods in org.apache.wicket.util.string with parameters of type Response
static void JavascriptUtils.writeCloseTag(Response response)
           
static void JavascriptUtils.writeJavascript(Response response, CharSequence text)
          Write the simple text to the response object surrounded by a script tag.
static void JavascriptUtils.writeJavascript(Response response, CharSequence text, String id)
          Write the simple text to the response object surrounded by a script tag.
static void JavascriptUtils.writeJavascriptUrl(Response response, CharSequence url)
          Write a reference to a javascript file to the response object
static void JavascriptUtils.writeJavascriptUrl(Response response, CharSequence url, String id)
          Write a reference to a javascript file to the response object
static void JavascriptUtils.writeOpenTag(Response response)
           
static void JavascriptUtils.writeOpenTag(Response response, String id)
           
 

Constructors in org.apache.wicket.util.string with parameters of type Response
JavascriptUtils(Response response)
          Constructor without id for backward compatibility
JavascriptUtils(Response response, String id)
          Construct.
 



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