Uses of Interface
org.apache.tapestry5.internal.test.TestableRequest
-
Packages that use TestableRequest Package Description 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 Modifier and Type Class Description class
TestableRequestImpl
Methods in org.apache.tapestry5.internal.test that return TestableRequest Modifier and Type Method Description TestableRequest
TestableRequest. clear()
Clears the internal parameters map.TestableRequest
TestableRequestImpl. clear()
TestableRequest
TestableRequest. parameterName, parameterValue)
Loads a single parameter/value pair.TestableRequest
TestableRequestImpl. parameterName, parameterValue)
TestableRequest
TestableRequest. parameterName, parameterValue)
Overrides a parameter to the specific value, regardless of how the parameter was previously set.TestableRequest
TestableRequestImpl. parameterName, parameterValue)
TestableRequest
TestableRequest. locale)
Sets the locale requested by "the browser".TestableRequest
TestableRequestImpl. locale)
TestableRequest
TestableRequest. 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. path)
Methods in org.apache.tapestry5.internal.test with parameters of type TestableRequest Modifier and Type Method Description static void
PageTesterModule. ,> configuration, TestableRequest request, TestableResponse response, ObjectLocator locator)
-