javax.faces.component
Annotation Type FacesComponent


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

Since:
2.0

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 © 2014 The Apache Software Foundation. All rights reserved.