org.tm4j.vtl
Class RenderInfo

java.lang.Object
  extended byorg.tm4j.vtl.RenderInfo

public class RenderInfo
extends java.lang.Object


Constructor Summary
RenderInfo(TM4JVelocityConfiguration.ConfigurationScope scope, java.lang.String templateName, java.lang.String pageInfoClass)
           
 
Method Summary
 java.lang.String getPageInfoClass()
           
 TM4JVelocityConfiguration.ConfigurationScope getScope()
           
 java.lang.String getTemplateName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderInfo

public RenderInfo(TM4JVelocityConfiguration.ConfigurationScope scope,
                  java.lang.String templateName,
                  java.lang.String pageInfoClass)
Method Detail

getScope

public TM4JVelocityConfiguration.ConfigurationScope getScope()

getTemplateName

public java.lang.String getTemplateName()

getPageInfoClass

public java.lang.String getPageInfoClass()