org.apache.myfaces.view.facelets.compiler
Class EncodingHandler

java.lang.Object
  extended by org.apache.myfaces.view.facelets.compiler.EncodingHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class EncodingHandler
extends java.lang.Object
implements javax.faces.view.facelets.FaceletHandler


Constructor Summary
EncodingHandler(javax.faces.view.facelets.FaceletHandler next, java.lang.String encoding)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingHandler

public EncodingHandler(javax.faces.view.facelets.FaceletHandler next,
                       java.lang.String encoding)
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  javax.faces.view.facelets.FaceletException,
                  javax.el.ELException
Specified by:
apply in interface javax.faces.view.facelets.FaceletHandler
Throws:
java.io.IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.