|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={})
@Retention(value=RUNTIME)
public static @interface XTemplates.FormatterFactoryMethod
Allows methods to be called on a factory other than 'getFormat'. More than
one instance of this may be provided to a XTemplates.FormatterFactory
annotation to register multiple method within the same factory.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The name of the formatter being registered. |
| Optional Element Summary | |
|---|---|
java.lang.String |
defaultArgs
Default arguments to pass into the format method if none are specified in the XTemplate source. |
java.lang.String |
method
The name of the method to invoke to produce a formatter. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String method
getFormat
public abstract java.lang.String defaultArgs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||