org.apache.catalina.deploy

Class ContextResource

public class ContextResource extends ResourceBase implements Serializable

Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan Peter Rossbach (pero@apache.org)

Method Summary
StringgetAuth()
StringgetScope()
voidsetAuth(String auth)
voidsetScope(String scope)
StringtoString()
Return a String representation of this object.

Method Detail

getAuth

public String getAuth()

getScope

public String getScope()

setAuth

public void setAuth(String auth)

setScope

public void setScope(String scope)

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.