| org.apache.cocoon.acting.AbstractAction org.apache.cocoon.acting.ServiceableAction org.apache.cocoon.acting.SetCharacterEncodingAction
SetCharacterEncodingAction | public class SetCharacterEncodingAction extends ServiceableAction implements ThreadSafe,Parameterizable(Code) | | Sets the character encoding of parameters.
Components use this encoding as default after the action.
Configuration parameters:
- form-encoding (optional)
- The supposed encoding of the request parameter.
These configuration options supported in both declaration and use time.
If no encoding specified, the action does nothing.
author: MIYABE Tatsuhiko version: CVS $Id: SetCharacterEncodingAction.java 433543 2006-08-22 06:22:54Z crossley $ |
parameterize | public void parameterize(Parameters parameters) throws ParameterException(Code) | | |
Fields inherited from org.apache.cocoon.acting.ServiceableAction | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.acting.ServiceableAction | public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
Fields inherited from org.apache.cocoon.acting.AbstractAction | final protected static Map EMPTY_MAP(Code)(Java Doc)
|
|
|