|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FaceletFunctionHolder
Denotes a class that contains static functions for use as Facelet EL functions
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 |
---|
public abstract java.lang.String defaultNamespace
public abstract boolean implicit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |