|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface ComponentClass
A class-level annotation that identifies a class as a component. Note that values defined by this annotation will override corresponding values in the XML component specification. At this time it is still necessary to have a component specification, even if it is empty (this limitation may be lifted before the final 4.0 release).
Optional Element Summary | |
---|---|
boolean |
allowBody
If true (the default), then the defined component will allow and use it's body. |
boolean |
allowInformalParameters
If true (the default), then the component accepts informal parameters. |
String |
reservedParameters
A comma-seperated list of parameter names that can not be bound informally. |
public abstract boolean allowBody
public abstract boolean allowInformalParameters
public abstract String reservedParameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |