Package | Description |
---|---|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
Modifier and Type | Class and Description |
---|---|
class |
TestableRequestImpl |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response,
ObjectLocator locator) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.