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


@Documented
@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface JSFFaceletFunction

Since:
1.0.9
Author:
Leonardo Uribe

Optional Element Summary
 String clazz
          The fully-qualified-name of a concrete class implementing the called method.
 String declaredSignature
           
 String desc
          Short description
 String longDescription
          Long description.
 String name
          The name of the component in a page (ex: x:mycomp).
 String signature
           
 

name

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

Since:
1.0.9
Default:
""

desc

public abstract String desc
Short description

Since:
1.0.9
Default:
""

longDescription

public abstract String longDescription
Long description. By default, it takes what is inside comment area.

Since:
1.0.9
Default:
""

signature

public abstract String signature
Since:
1.0.9
Default:
""

declaredSignature

public abstract String declaredSignature
Returns:
Default:
""

clazz

public abstract String clazz
The fully-qualified-name of a concrete class implementing the called method.

Since:
1.0.9
Default:
""


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