Uses of Interface
org.apache.tapestry5.internal.test.TestableRequest

Packages that use TestableRequest
org.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to change 
 

Uses of TestableRequest in org.apache.tapestry5.internal.test
 

Classes in org.apache.tapestry5.internal.test that implement TestableRequest
 class TestableRequestImpl
           
 

Methods in org.apache.tapestry5.internal.test that return TestableRequest
 TestableRequest TestableRequest.clear()
          Clears the internal parameters map.
 TestableRequest TestableRequestImpl.clear()
           
 TestableRequest TestableRequest.loadParameter(String parameterName, String parameterValue)
          Loads a single parameter/value pair.
 TestableRequest TestableRequestImpl.loadParameter(String parameterName, String parameterValue)
           
 TestableRequest TestableRequest.overrideParameter(String parameterName, String parameterValue)
          Overrides a parameter to the specific value, regardless of how the parameter was previously set.
 TestableRequest TestableRequestImpl.overrideParameter(String parameterName, String parameterValue)
           
 TestableRequest TestableRequest.setLocale(Locale locale)
          Sets the locale requested by "the browser".
 TestableRequest TestableRequestImpl.setLocale(Locale locale)
           
 TestableRequest TestableRequest.setPath(String path)
          Sets the path; the path should begin with a "/" character and contain everything from there to the start of query parameters (if any).
 TestableRequest TestableRequestImpl.setPath(String path)
           
 

Methods in org.apache.tapestry5.internal.test with parameters of type TestableRequest
static void PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration, TestableRequest request, TestableResponse response)
           
 



Copyright © 2003-2012 The Apache Software Foundation.