net.sf.jsfcomp.facelets.deploy.annotations
Annotation Type FaceletFunctionHolder


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FaceletFunctionHolder

Denotes a class that contains static functions for use as Facelet EL functions

Author:
Andrew Robinson (andrew)

Required Element Summary
 java.lang.String defaultNamespace
          The namespace to use if the function does not explicitly specify the namespace to use
 
Optional Element Summary
 boolean implicit
          If implicit, all static functions will automatically be exported as EL functions.
 

Element Detail

defaultNamespace

public abstract java.lang.String defaultNamespace
The namespace to use if the function does not explicitly specify the namespace to use

implicit

public abstract boolean implicit
If implicit, all static functions will automatically be exported as EL functions. By default this is false and each function must be included manually

Default:
false


Copyright © 2007-2008. All Rights Reserved.