org.chromattic.docs.technical.groovy
Class CompiledPage

java.lang.Object
  extended by 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

Constructor Summary
protected CompiledPage()
           
  CompiledPage(MethodHandler chromatticInvoker)
           
 
Method Summary
 java.lang.String getContent()
           
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.String getName()
           
 java.lang.Object getProperty(java.lang.String p)
           
 java.lang.String getTitle()
           
 java.lang.Object invokeMethod(java.lang.String m, java.lang.Object p)
           
 void setContent(java.lang.String content)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setName(java.lang.String name)
           
 void setProperty(java.lang.String p, java.lang.Object v)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledPage

protected CompiledPage()

CompiledPage

public CompiledPage(MethodHandler chromatticInvoker)
Method Detail

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.