org.apache.catalina.deploy
public class ContextResource extends ResourceBase implements java.io.Serializable
<resource-ref>
element in the
deployment descriptor.resources
Constructor and Description |
---|
ContextResource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuth() |
java.lang.String |
getScope() |
void |
setAuth(java.lang.String auth) |
void |
setScope(java.lang.String scope) |
java.lang.String |
toString()
Return a String representation of this object.
|
getDescription, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setName, setProperty, setType
public java.lang.String getAuth()
public void setAuth(java.lang.String auth)
public java.lang.String getScope()
public void setScope(java.lang.String scope)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.