org.apache.myfaces.view.facelets.tag.ui
Class LegacyParamHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.view.facelets.tag.ui.LegacyParamHandler
All Implemented Interfaces:
FaceletHandler

public class LegacyParamHandler
extends TagHandler

NOTE: This implementation is provided for compatibility reasons and it is considered faulty. It is enabled using org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY web config param. Don't use it if EL expression caching is enabled.

Version:
$Id: ParamHandler.java,v 1.6 2008/07/13 19:01:42 rlubke Exp $
Author:
Jacob Hookom

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
LegacyParamHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 void apply(FaceletContext ctx, UIComponent parent, String nameStr, javax.el.ValueExpression valueVE)
           
 String getName(FaceletContext ctx)
           
 javax.el.ValueExpression getValue(FaceletContext ctx)
           
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyParamHandler

public LegacyParamHandler(TagConfig config)
Parameters:
config -
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  FaceletException,
                  javax.el.ELException
Throws:
IOException
FacesException
FaceletException
javax.el.ELException

apply

public void apply(FaceletContext ctx,
                  UIComponent parent,
                  String nameStr,
                  javax.el.ValueExpression valueVE)
           throws IOException,
                  FacesException,
                  FaceletException,
                  javax.el.ELException
Throws:
IOException
FacesException
FaceletException
javax.el.ELException

getName

public String getName(FaceletContext ctx)

getValue

public javax.el.ValueExpression getValue(FaceletContext ctx)


Copyright © 2014 The Apache Software Foundation. All rights reserved.