Class ResourceEntry
- java.lang.Object
-
- org.apache.myfaces.tobago.example.test.ResourceEntry
-
public class ResourceEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceEntry(String name, String key, ResourceType type, String comment)ResourceEntry(String name, ResourceType type, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(javax.faces.context.FacesContext facesContext)StringgetComment()StringgetName()ResourceTypegetType()booleanisValid()voidsetComment(String comment)voidsetName(String name)voidsetType(ResourceType type)voidsetValid(boolean valid)
-
-
-
Constructor Detail
-
ResourceEntry
public ResourceEntry(String name, ResourceType type, String comment)
-
ResourceEntry
public ResourceEntry(String name, String key, ResourceType type, String comment)
-
-
Method Detail
-
check
public boolean check(javax.faces.context.FacesContext facesContext)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public ResourceType getType()
-
setType
public void setType(ResourceType type)
-
isValid
public boolean isValid()
-
setValid
public void setValid(boolean valid)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
-