|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.deploy.ResourceBase
public class ResourceBase
Representation of an Context element
Field Summary | |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any). |
Constructor Summary | |
---|---|
ResourceBase()
|
Method Summary | |
---|---|
void |
addInjectionTarget(String injectionTargetName,
String jndiName)
|
boolean |
equals(Object obj)
|
String |
getDescription()
|
List<InjectionTarget> |
getInjectionTargets()
|
String |
getName()
|
NamingResources |
getNamingResources()
|
Object |
getProperty(String name)
Return a configured property. |
String |
getType()
|
int |
hashCode()
|
Iterator<String> |
listProperties()
List properties. |
void |
removeProperty(String name)
Remove a configured property. |
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setProperty(String name,
Object value)
Set a configured property. |
void |
setType(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NamingResources resources
Constructor Detail |
---|
public ResourceBase()
Method Detail |
---|
public String getDescription()
public void setDescription(String description)
public String getName()
getName
in interface Injectable
public void setName(String name)
public String getType()
public void setType(String type)
public Object getProperty(String name)
public void setProperty(String name, Object value)
public void removeProperty(String name)
public Iterator<String> listProperties()
public void addInjectionTarget(String injectionTargetName, String jndiName)
addInjectionTarget
in interface Injectable
public List<InjectionTarget> getInjectionTargets()
getInjectionTargets
in interface Injectable
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public NamingResources getNamingResources()
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |