public class ContextResourceLink extends ResourceBase
<ResourceLink>
element in the
server configuration file.resources
Constructor and Description |
---|
ContextResourceLink() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFactory() |
String |
getGlobal() |
int |
hashCode() |
void |
setFactory(String factory) |
void |
setGlobal(String global) |
String |
toString()
Return a String representation of this object.
|
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setProperty, setType
public String getGlobal()
public void setGlobal(String global)
public String getFactory()
public void setFactory(String factory)
public String toString()
public int hashCode()
hashCode
in class ResourceBase
public boolean equals(Object obj)
equals
in class ResourceBase
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.