org.apache.tapestry5.internal.services
Interface RequestEncodingInitializer
public interface RequestEncodingInitializer
Determines the reuest encoding for the given page and applies that to the request, so that parameters may be properly
decoded.
Method Summary |
void |
initializeRequestEncoding(java.lang.String pageName)
Initializes the request encoding to match the encoding defined for the page. |
initializeRequestEncoding
void initializeRequestEncoding(java.lang.String pageName)
- Initializes the request encoding to match the encoding defined for the page.
- Parameters:
pageName
- logical name of the page
Copyright © 2003-2012 The Apache Software Foundation.