org.primefaces.extensions.component.parameters
Class MethodSignatureTagHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.primefaces.extensions.component.parameters.MethodSignatureTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class MethodSignatureTagHandler
extends javax.faces.view.facelets.TagHandler

TagHandler for the MethodSignature tag.

Since:
0.5
Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$

Field Summary
static java.lang.String PARAMETERS_TYPES_ATTRIBUTE_NAME
           
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
MethodSignatureTagHandler(javax.faces.view.facelets.TagConfig config)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 java.lang.Class<?>[] getParameterTypes()
           
 
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
 

Field Detail

PARAMETERS_TYPES_ATTRIBUTE_NAME

public static final java.lang.String PARAMETERS_TYPES_ATTRIBUTE_NAME
See Also:
Constant Field Values
Constructor Detail

MethodSignatureTagHandler

public MethodSignatureTagHandler(javax.faces.view.facelets.TagConfig config)
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException
Throws:
java.io.IOException

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()


Copyright © 2011-2013. All Rights Reserved.