|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.template.cache.CmsMethodLink
An instance of CmsMethodLink is a link to a method. The link contains the method name and the parameter for the method.
| Constructor Summary | |
CmsMethodLink(String methodName,
String methodParameter)
Creates a new method-Link. |
|
| Method Summary | |
String |
getMethodeName()
Returns the name of the method to link to. |
String |
getMethodParameter()
Returns the parameter for the method. |
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 |
| Constructor Detail |
public CmsMethodLink(String methodName,
String methodParameter)
methodName - - the name of the method to link to.| Method Detail |
public String toString()
toString in class Objectpublic String getMethodeName()
public String getMethodParameter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||