Class ContextResourceLink
java.lang.Object
org.apache.tomcat.util.descriptor.web.ResourceBase
org.apache.tomcat.util.descriptor.web.ContextResourceLink
- All Implemented Interfaces:
Serializable, Injectable
Representation of a resource link for a web application, as represented in a
<ResourceLink>
element in the server configuration file.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the factory to be used for creating the object.Returns the global name of this resource.inthashCode()voidsetFactory(String factory) Sets the factory to be used for creating the object.voidSets the global name of this resource.toString()Return a String representation of this object.Methods inherited from class ResourceBase
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setNamingResources, setProperty, setType
-
Constructor Details
-
ContextResourceLink
public ContextResourceLink()Default constructor for ContextResourceLink.
-
-
Method Details
-
getGlobal
Returns the global name of this resource.- Returns:
- the global resource name
-
setGlobal
Sets the global name of this resource.- Parameters:
global- the global resource name
-
getFactory
Returns the factory to be used for creating the object.- Returns:
- the factory class name
-
setFactory
Sets the factory to be used for creating the object.- Parameters:
factory- the factory class name
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCodein classResourceBase
-
equals
- Overrides:
equalsin classResourceBase
-