javax.faces.component
Annotation Type FacesComponent


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

Since:
2.0
Version:
$Revision: 1488347 $ $Date: 2013-05-31 13:30:47 -0500 (Fri, 31 May 2013) $
Author:
Simon Lessard (latest modification by $Author: lu4242 $)

Optional Element Summary
 boolean createTag
           
 String namespace
           
 String tagName
           
 String value
           
 

value

public abstract String value
Default:
""

createTag

public abstract boolean createTag
Default:
false

tagName

public abstract String tagName
Default:
""

namespace

public abstract String namespace
Default:
"http://xmlns.jcp.org/jsf/component"


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.