com.x5.template
Class SnippetComment

java.lang.Object
  extended by com.x5.template.SnippetPart
      extended by com.x5.template.SnippetComment

public class SnippetComment
extends SnippetPart


Field Summary
 
Fields inherited from class com.x5.template.SnippetPart
snippetText
 
Constructor Summary
SnippetComment(java.lang.String text)
           
 
Method Summary
 void render(java.io.Writer out, Chunk context, java.lang.String origin, int depth)
           
 
Methods inherited from class com.x5.template.SnippetPart
depthCheckFails, getText, isLiteral, isTag, setLiteral, setText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnippetComment

public SnippetComment(java.lang.String text)
Method Detail

render

public void render(java.io.Writer out,
                   Chunk context,
                   java.lang.String origin,
                   int depth)
            throws java.io.IOException
Overrides:
render in class SnippetPart
Throws:
java.io.IOException


Copyright © 2015. All Rights Reserved.