Uses of Interface
org.apache.tapestry5.internal.test.TestableRequest
Packages that use TestableRequest
Package
Description
[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 TestableRequestMethods in org.apache.tapestry5.internal.test that return TestableRequestModifier and TypeMethodDescriptionTestableRequest.clear()
Clears the internal parameters map.TestableRequestImpl.clear()
TestableRequest.loadParameter
(String parameterName, String parameterValue) Loads a single parameter/value pair.TestableRequestImpl.loadParameter
(String parameterName, String parameterValue) TestableRequest.overrideParameter
(String parameterName, String parameterValue) Overrides a parameter to the specific value, regardless of how the parameter was previously set.TestableRequestImpl.overrideParameter
(String parameterName, String parameterValue) Sets the locale requested by "the browser".Sets the path; the path should begin with a "/" character and contain everything from there to the start of query parameters (if any).Methods in org.apache.tapestry5.internal.test with parameters of type TestableRequestModifier and TypeMethodDescriptionstatic void
PageTesterModule.setupTestableOverrides
(MappedConfiguration<Class, Object> configuration, TestableRequest request, TestableResponse response, ObjectLocator locator)