public class TagModel extends Object implements Named, ModelElement<TagModel>
That bean represents VDL tag
Named.NamePredicate| Constructor and Description |
|---|
TagModel() |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(Visitor<R,D> visitor,
D data) |
ClassName |
getBaseClass()
|
String |
getName()
|
ClassName |
getTargetClass()
|
TagType |
getType()
|
boolean |
isGenerate()
|
void |
merge(TagModel other)
Merge values from other object. |
boolean |
same(TagModel other)
Compare object with other. |
void |
setBaseClass(ClassName baseClass)
|
void |
setGenerate(boolean generate)
|
void |
setName(String name)
|
void |
setTargetClass(ClassName targetClass)
|
void |
setType(TagType type)
|
public String getName()
Named// TODO - change to class corresponding with Java identifier type from faces-config.xsd
public void setName(String name)
public TagType getType()
public void setType(TagType type)
type - the type to setpublic ClassName getTargetClass()
public void setTargetClass(ClassName targetClass)
targetClass - the targetClass to setpublic ClassName getBaseClass()
public void setBaseClass(ClassName baseClass)
baseClass - the baseClass to setpublic boolean isGenerate()
public void setGenerate(boolean generate)
generate - the generate to setpublic void merge(TagModel other)
MergeableMerge values from other object.
public boolean same(TagModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.