public class ResourceEntry extends Object
| Constructor and Description |
|---|
ResourceEntry(String name,
ResourceType type,
String comment) |
ResourceEntry(String name,
String key,
ResourceType type,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(javax.faces.context.FacesContext facesContext) |
String |
getComment() |
String |
getName() |
ResourceType |
getType() |
boolean |
isValid() |
void |
setComment(String comment) |
void |
setName(String name) |
void |
setType(ResourceType type) |
void |
setValid(boolean valid) |
public ResourceEntry(String name, ResourceType type, String comment)
public ResourceEntry(String name, String key, ResourceType type, String comment)
public boolean check(javax.faces.context.FacesContext facesContext)
public String getName()
public void setName(String name)
public ResourceType getType()
public void setType(ResourceType type)
public boolean isValid()
public void setValid(boolean valid)
public String getComment()
public void setComment(String comment)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.