Package com.sun.faces.facelets.compiler
Class EncodingHandler
java.lang.Object
com.sun.faces.facelets.compiler.EncodingHandler
- All Implemented Interfaces:
FaceletHandler
public class EncodingHandler extends Object implements FaceletHandler
-
Constructor Summary
Constructors Constructor Description EncodingHandler(FaceletHandler next, String encoding, CompilationMessageHolder messageHolder)
-
Method Summary
Modifier and Type Method Description void
apply(FaceletContext ctx, UIComponent parent)
Process changes on a particular UIComponentstatic CompilationMessageHolder
getCompilationMessageHolder(FaceletContext ctx)
-
Constructor Details
-
EncodingHandler
public EncodingHandler(FaceletHandler next, String encoding, CompilationMessageHolder messageHolder)
-
-
Method Details
-
apply
Description copied from interface:FaceletHandler
Process changes on a particular UIComponent
- Specified by:
apply
in interfaceFaceletHandler
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon- Throws:
IOException
- if unable to loadrelativePath
-
getCompilationMessageHolder
-