com.sun.facelets.compiler
Class EncodingHandler

java.lang.Object
  extended by com.sun.facelets.compiler.EncodingHandler
All Implemented Interfaces:
FaceletHandler

public class EncodingHandler
extends Object
implements FaceletHandler


Constructor Summary
EncodingHandler(FaceletHandler next, String encoding)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
          Process changes on a particular UIComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingHandler

public EncodingHandler(FaceletHandler next,
                       String encoding)
Method Detail

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 execution
parent - the parent UIComponent to operate upon
Throws:
IOException
FacesException
FaceletException
javax.el.ELException


Copyright © 2005 All Rights Reserved.