|
|||||||||
| Home >> All >> com >> opencms >> template >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.opencms.template.cache
Class CmsMethodLink

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> opencms >> template >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.opencms.template.cache.CmsMethodLink