| org.apache.tapestry.annotations.Mixin
Mixin | public @interface Mixin(Code) | | Defines an implementation mixin for a comopnent.
|
Field Summary | |
String | value Defines the type of mixin, using a logical mixin name. |
value | String value(Code) | | Defines the type of mixin, using a logical mixin name. This value takes precendence over the
type of field (to which the annotation is attached). In such cases, it is presumed that the
field's type is an interface implemented by the actual mixin. The default value (the empty
string) directs Tapestry to use the field type as the mixin class to instantiate and attach
to the component.
|
|
|