org.apache.catalina.deploy
クラス ContextResource

java.lang.Object
  |
  +--org.apache.catalina.deploy.ContextResource

public final class ContextResource
extends java.lang.Object

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

バージョン:
$Revision: 1.4 $ $Date: 2001/07/22 20:25:10 $
作成者:
Craig R. McClanahan

コンストラクタの概要
ContextResource()
           
 
メソッドの概要
 java.lang.String getAuth()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getScope()
           
 java.lang.String getType()
           
 void setAuth(java.lang.String auth)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setScope(java.lang.String scope)
           
 void setType(java.lang.String type)
           
 java.lang.String toString()
          Return a String representation of this object.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ContextResource

public ContextResource()
メソッドの詳細

getAuth

public java.lang.String getAuth()

setAuth

public void setAuth(java.lang.String auth)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

toString

public java.lang.String toString()
Return a String representation of this object.
オーバーライド:
クラス java.lang.Object 内の toString


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.