org.apache.myfaces.buildtools.maven2.plugin.builder.annotation
Annotation Type JSFJspTag


@Documented
@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface JSFJspTag

Used to define a jsf tag that does not fall in a category like converter, validator or component. Examples are f:verbatim or f:actionListener

Version:
$Revision: 758509 $ $Date: 2009-03-26 04:42:44 +0100 (Thu, 26 Mar 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Optional Element Summary
 String bodyContent
          Indicate if the element accept inner elements or not.
 String desc
          Short description
 String name
          The name of the component in a page (ex: x:mycomp).
 String tagHandler
          Indicate tag handler class used for this component on facelets.
 

bodyContent

public abstract String bodyContent
Indicate if the element accept inner elements or not.

Default:
""

desc

public abstract String desc
Short description

Default:
""

name

public abstract String name
The name of the component in a page (ex: x:mycomp).

Default:
""

tagHandler

public abstract String tagHandler
Indicate tag handler class used for this component on facelets.

Default:
""


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.