org.chromattic.docs.technical.groovy
Class CompiledPage
java.lang.Object
org.chromattic.docs.technical.groovy.CompiledPage
- All Implemented Interfaces:
- groovy.lang.GroovyInterceptable, groovy.lang.GroovyObject
public class CompiledPage
- extends java.lang.Object
- implements groovy.lang.GroovyObject, groovy.lang.GroovyInterceptable
- Version:
- $Revision$
- Author:
- Alain Defrance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledPage
protected CompiledPage()
CompiledPage
public CompiledPage(MethodHandler chromatticInvoker)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)
invokeMethod
public java.lang.Object invokeMethod(java.lang.String m,
java.lang.Object p)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String p)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String p,
java.lang.Object v)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
Copyright © 2011 eXo Platform SAS. All Rights Reserved.