Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencms.template.cache
Class CmsMethodLink  view CmsMethodLink download CmsMethodLink.java

java.lang.Object
  extended bycom.opencms.template.cache.CmsMethodLink

public class CmsMethodLink
extends java.lang.Object

An instance of CmsMethodLink is a link to a method. The link contains the method name and the parameter for the method.


Field Summary
private  java.lang.String m_methodName
          The name of the method to link to.
private  java.lang.String m_parameter
          The parameter for the methode.
 
Constructor Summary
CmsMethodLink(java.lang.String methodName, java.lang.String methodParameter)
          Creates a new method-Link.
 
Method Summary
 java.lang.String getMethodeName()
          Returns the name of the method to link to.
 java.lang.String getMethodParameter()
          Returns the parameter for the method.
 java.lang.String toString()
          Returns the name of the method and the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_methodName

private java.lang.String m_methodName
The name of the method to link to.


m_parameter

private java.lang.String m_parameter
The parameter for the methode.

Constructor Detail

CmsMethodLink

public CmsMethodLink(java.lang.String methodName,
                     java.lang.String methodParameter)
Creates a new method-Link.

Method Detail

toString

public java.lang.String toString()
Returns the name of the method and the parameter.


getMethodeName

public java.lang.String getMethodeName()
Returns the name of the method to link to.


getMethodParameter

public java.lang.String getMethodParameter()
Returns the parameter for the method.