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
 String value
          The component type under which this component should be registered.
 

Element Detail

value

public abstract String value

The component type under which this component should be registered.



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