com.sun.facelets.compiler
Class EncodingHandler
java.lang.Object
com.sun.facelets.compiler.EncodingHandler
- All Implemented Interfaces:
- FaceletHandler
public class EncodingHandler
- extends Object
- implements FaceletHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodingHandler
public EncodingHandler(FaceletHandler next,
String encoding)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Description copied from interface:
FaceletHandler
- Process changes on a particular UIComponent
- Specified by:
apply
in interface FaceletHandler
- Parameters:
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2005 All Rights Reserved.