RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Function


@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Function

This annotation defines static method or all public static methods in the annotated class as EL functions.

Author:
asmirnov@exadel.com

Optional Element Summary
 Description description
           
 String name
          

EL-function name

 TagType type
          

Tag library for which given function will be included.

 

description

public abstract Description description
Default:
@org.richfaces.cdk.annotations.Description

name

public abstract String name

EL-function name

Returns:
Default:
""

type

public abstract TagType type

Tag library for which given function will be included.

Returns:
Default:
org.richfaces.cdk.annotations.TagType.Facelets

RichFaces CDK Annotations 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.