Uses of Class
org.apache.wicket.request.Response

Packages that use Response
org.apache.wicket The core Wicket package. 
org.apache.wicket.authroles.authentication   
org.apache.wicket.examples.authentication1   
org.apache.wicket.examples.authentication2   
org.apache.wicket.examples.authorization   
org.apache.wicket.examples.forminput   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.library   
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.mock   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.cycle   
org.apache.wicket.request.http   
org.apache.wicket.request.resource   
org.apache.wicket.response Several response implementations. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.string String utilities. 
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 Response in org.apache.wicket
 

Methods in org.apache.wicket that return Response
 Response Component.getResponse()
           
 

Methods in org.apache.wicket with parameters of type Response
 RequestCycle Application.createRequestCycle(Request request, Response response)
           
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.
 

Uses of Response in org.apache.wicket.authroles.authentication
 

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

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

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

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

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

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.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, java.lang.String criteria)
          Render the html fragment for the given completion object.
 void AbstractAutoCompleteRenderer.render(T object, Response response, java.lang.String criteria)
           
protected  void AbstractAutoCompleteTextRenderer.renderChoice(T object, Response response, java.lang.String criteria)
           
protected abstract  void AbstractAutoCompleteRenderer.renderChoice(T object, Response response, java.lang.String criteria)
          Render the visual portion of the assist.
 void IAutoCompleteRenderer.renderFooter(Response response, int count)
          Render the html footer fragment for the completion.
 void AbstractAutoCompleteRenderer.renderFooter(Response response, int count)
           
 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(javax.swing.tree.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 HtmlSpecialTag.writeOutput(Response response, boolean stripWicketAttributes, java.lang.String namespace)
          Write the tag to the response
 void ComponentTag.writeOutput(Response response, boolean stripWicketAttributes, java.lang.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()
           
 

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 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.mock
 

Subclasses of Response in org.apache.wicket.mock
 class MockWebResponse
          Mocked WebResponse.
 

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

Subclasses of Response in org.apache.wicket.protocol.http
 class BufferedWebResponse
          Subclass of WebResponse that buffers the actions and performs those on another response.
 

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

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

Subclasses of Response in org.apache.wicket.protocol.http.servlet
 class ServletWebResponse
          WebResponse that wraps a ServletWebResponse.
 

Uses of Response in org.apache.wicket.request
 

Methods in org.apache.wicket.request that return Response
 Response IRequestCycle.getResponse()
          Get the active response at the request cycle.
 Response IRequestCycle.setResponse(Response response)
          Replaces current Response with new Response instance.
 

Methods in org.apache.wicket.request with parameters of type Response
 Response IRequestCycle.setResponse(Response response)
          Replaces current Response with new Response instance.
 

Uses of Response in org.apache.wicket.request.cycle
 

Methods in org.apache.wicket.request.cycle that return Response
 Response RequestCycle.getOriginalResponse()
          Get the original response the request was created with.
 Response RequestCycleContext.getResponse()
           
 Response RequestCycle.getResponse()
          Get the active response at the request cycle.
 Response RequestCycle.setResponse(Response response)
          Replaces current Response with new Response instance.
 

Methods in org.apache.wicket.request.cycle with parameters of type Response
 void RequestCycleContext.setResponse(Response response)
           
 Response RequestCycle.setResponse(Response response)
          Replaces current Response with new Response instance.
 

Constructors in org.apache.wicket.request.cycle with parameters of type Response
RequestCycleContext(Request request, Response response, IRequestMapper requestMapper, IExceptionMapper exceptionMapper)
          Construct.
 

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

Subclasses of Response in org.apache.wicket.request.http
 class WebResponse
          Base class for web-related responses.
 

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

Methods in org.apache.wicket.request.resource that return Response
 Response IResource.Attributes.getResponse()
          Returns current response.
 

Constructors in org.apache.wicket.request.resource with parameters of type Response
IResource.Attributes(Request request, Response response)
          Construct.
IResource.Attributes(Request request, Response response, PageParameters parameters)
          Construct.
 

Uses of Response in org.apache.wicket.response
 

Subclasses of Response in org.apache.wicket.response
 class ByteArrayResponse
          Response used to capture output as a byte array
 class NullResponse
          Response implementation that discards all output.
 class StringResponse
          Response object that writes to a StringWriter.
 

Constructors in org.apache.wicket.response with parameters of type Response
ByteArrayResponse(Response original)
          Constructor
 

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

Methods in org.apache.wicket.util.resource with parameters of type Response
 void IResourceStreamWriter.write(Response output)
          Implement this method to write the resource data directly the the given OutputStream.
 

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, java.lang.CharSequence text)
          Write the simple text to the response object surrounded by a script tag.
static void JavaScriptUtils.writeJavaScript(Response response, java.lang.CharSequence text, java.lang.String id)
          Write the simple text to the response object surrounded by a script tag.
static void JavaScriptUtils.writeJavaScriptUrl(Response response, java.lang.CharSequence url)
          Write a reference to a javascript file to the response object
static void JavaScriptUtils.writeJavaScriptUrl(Response response, java.lang.CharSequence url, java.lang.String id)
          Write a reference to a javascript file to the response object
static void JavaScriptUtils.writeJavaScriptUrl(Response response, java.lang.CharSequence url, java.lang.String id, boolean defer, java.lang.String charset)
          Write a reference to a javascript file to the response object
static void JavaScriptUtils.writeOpenTag(Response response)
           
static void JavaScriptUtils.writeOpenTag(Response response, java.lang.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, java.lang.String id)
          Construct.
 

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

Methods in org.apache.wicket.util.tester that return Response
protected  Response BaseWicketTester.newServletWebResponse(ServletWebRequest servletWebRequest)
           
 



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