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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pageName)
Initializes the request encoding to match the encoding defined for the page.
-