Class MethodSignatureTagHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- org.primefaces.extensions.component.parameters.MethodSignatureTagHandler
-
- All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
public class MethodSignatureTagHandler extends javax.faces.view.facelets.TagHandlerTagHandlerfor theMethodSignaturetag.- Since:
- 0.5
- Version:
- $Revision$
- Author:
- Thomas Andraschko / last modified by $Author$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETERS_TYPES_ATTRIBUTE_NAME
-
Constructor Summary
Constructors Constructor Description MethodSignatureTagHandler(javax.faces.view.facelets.TagConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)java.lang.Class<?>[]getParameterTypes()
-
-
-
Field Detail
-
PARAMETERS_TYPES_ATTRIBUTE_NAME
public static final java.lang.String PARAMETERS_TYPES_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
-