com.solidstategroup.cms
Class ChunkTemplate

java.lang.Object
  extended by com.solidstategroup.cms.ChunkTemplate

public class ChunkTemplate
extends java.lang.Object


Constructor Summary
ChunkTemplate()
           
 
Method Summary
 void execute()
           
 int getChunkTypeId()
           
 java.lang.String getDescription()
           
 int getRenderType()
           
 int getRootChunkTypeId()
           
 java.lang.String getTemplate()
           
 java.lang.String getTemplateSearch()
           
 java.lang.String getTemplateSummary()
           
 java.lang.String renderChunk(Chunk thisChunk, Article thisArticle, int sessionType, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String renderChunk(Chunk thisChunk, Article thisArticle, java.lang.String urlPrefix, java.lang.String documentPrefix, int sessionType, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String renderChunkPlainText(Chunk thisChunk, Article thisArticle, int numberOfCharactersToRender, int sessionType)
           
 void setChunkTypeId(int chunkTypeId)
           
 void setDescription(java.lang.String description)
           
 void setRenderType(int renderType)
           
 void setRootChunkTypeId(int rootChunkTypeId)
           
 void setTemplate(java.lang.String template)
           
 void setTemplateSearch(java.lang.String templateSearch)
           
 void setTemplateSummary(java.lang.String templateSummary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkTemplate

public ChunkTemplate()
Method Detail

execute

public void execute()

renderChunk

public java.lang.String renderChunk(Chunk thisChunk,
                                    Article thisArticle,
                                    int sessionType,
                                    javax.servlet.http.HttpServletRequest request)

renderChunk

public java.lang.String renderChunk(Chunk thisChunk,
                                    Article thisArticle,
                                    java.lang.String urlPrefix,
                                    java.lang.String documentPrefix,
                                    int sessionType,
                                    javax.servlet.http.HttpServletRequest request)

renderChunkPlainText

public java.lang.String renderChunkPlainText(Chunk thisChunk,
                                             Article thisArticle,
                                             int numberOfCharactersToRender,
                                             int sessionType)

setTemplate

public void setTemplate(java.lang.String template)

getTemplate

public java.lang.String getTemplate()

setChunkTypeId

public void setChunkTypeId(int chunkTypeId)

getChunkTypeId

public int getChunkTypeId()

getRootChunkTypeId

public int getRootChunkTypeId()

setRootChunkTypeId

public void setRootChunkTypeId(int rootChunkTypeId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getTemplateSummary

public java.lang.String getTemplateSummary()

setTemplateSummary

public void setTemplateSummary(java.lang.String templateSummary)

getTemplateSearch

public java.lang.String getTemplateSearch()

setTemplateSearch

public void setTemplateSearch(java.lang.String templateSearch)

getRenderType

public int getRenderType()

setRenderType

public void setRenderType(int renderType)