javax.faces.component.behavior
Annotation Type FacesBehavior
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface FacesBehavior
The presence of this annotation on a
class automatically registers the class with the runtime as a Behavior
. The value of this annotation attribute is taken to be the
behavior-id with which instances of this class of behavior
can be instantiated by calling Application.createBehavior(java.lang.String)
- Since:
- 2.0
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.