org.apache.catalina.deploy

Class ContextResourceLink

public class ContextResourceLink extends ResourceBase implements Serializable

Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.

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

Author: Remy Maucherat Peter Rossbach (Peter Rossbach (pero@apache.org))

Method Summary
StringgetGlobal()
voidsetGlobal(String global)
StringtoString()
Return a String representation of this object.

Method Detail

getGlobal

public String getGlobal()

setGlobal

public void setGlobal(String global)

toString

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