| 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 | TestableRequestImpl. clear() | 
| TestableRequest | TestableRequest. clear()Clears the internal parameters map. | 
| TestableRequest | TestableRequestImpl. loadParameter(java.lang.String parameterName,
             java.lang.String parameterValue) | 
| TestableRequest | TestableRequest. loadParameter(java.lang.String parameterName,
             java.lang.String parameterValue)Loads a single parameter/value pair. | 
| TestableRequest | TestableRequestImpl. overrideParameter(java.lang.String parameterName,
                 java.lang.String parameterValue) | 
| TestableRequest | TestableRequest. overrideParameter(java.lang.String parameterName,
                 java.lang.String parameterValue)Overrides a parameter to the specific value, regardless of how the parameter was previously set. | 
| TestableRequest | TestableRequestImpl. setLocale(java.util.Locale locale) | 
| TestableRequest | TestableRequest. setLocale(java.util.Locale locale)Sets the locale requested by "the browser". | 
| TestableRequest | TestableRequestImpl. setPath(java.lang.String path) | 
| TestableRequest | TestableRequest. setPath(java.lang.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). | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | PageTesterModule. setupTestableOverrides(MappedConfiguration<java.lang.Class,java.lang.Object> configuration,
                      TestableRequest request,
                      TestableResponse response,
                      ObjectLocator locator) | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.