org.apache.shale.tiger.register
Annotation Type FacesComponent


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FacesComponent

Class-level annotation indicating that this class should be registered as a JavaServer Faces UIComponent under the component type specified by the value attribute.

ASSERTION - The annotated class implements UIComponent or extends UIComponentBase.

Since:
1.0.1

Required Element Summary
 java.lang.String value
          The component type under which this component should be registered.
 

Element Detail

value

public abstract java.lang.String value

The component type under which this component should be registered.



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.