org.apache.myfaces.view.facelets.compiler
Class EncodingHandler
java.lang.Object
org.apache.myfaces.view.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
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getUniqueIdList
public List<String> getUniqueIdList()
- Returns:
- the _uniqueIdList
setUniqueIdList
public void setUniqueIdList(List<String> uniqueIdList)
- Parameters:
uniqueIdList
- the _uniqueIdList to set
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.