org.peaseplate.internal.chunk
Class IfBlock

java.lang.Object
  extended by org.peaseplate.chunk.AbstractChunk
      extended by org.peaseplate.chunk.AbstractBlock
          extended by org.peaseplate.internal.chunk.AbstractIfBlock
              extended by org.peaseplate.internal.chunk.IfBlock
All Implemented Interfaces:
BlockHead, Chunk, ExpandableBlock

public final class IfBlock
extends AbstractIfBlock


Constructor Summary
IfBlock(TemplateLocator locator, int line, int column, ICommand command)
           
 
Method Summary
 
Methods inherited from class org.peaseplate.internal.chunk.AbstractIfBlock
addExpansion, getCommand, isEssential, isVisible, render, toString
 
Methods inherited from class org.peaseplate.chunk.AbstractBlock
getBlock, renderBlock, setBlock
 
Methods inherited from class org.peaseplate.chunk.AbstractChunk
getColumn, getLine, getLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.peaseplate.chunk.BlockHead
getBlock, renderBlock, setBlock
 
Methods inherited from interface org.peaseplate.chunk.Chunk
getColumn, getLine, getLocator
 

Constructor Detail

IfBlock

public IfBlock(TemplateLocator locator,
               int line,
               int column,
               ICommand command)


Copyright © 2008. All Rights Reserved.