com.ail.core.document.model
Class HeaderData

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.document.model.ItemData
          extended by com.ail.core.document.model.ItemContainer
              extended by com.ail.core.document.model.BlockData
                  extended by com.ail.core.document.model.HeaderData
All Implemented Interfaces:
Identified, java.io.Serializable, java.lang.Cloneable

public class HeaderData
extends BlockData

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
HeaderData()
           
 
Method Summary
 void render(RenderContext context)
          Default implementation of the render method; implementing class will generally override this.
 
Methods inherited from class com.ail.core.document.model.BlockData
getApplicability, getApplicabilityAsString, getPlacement, getPlacementAsString, getWatermark, setApplicability, setApplicabilityAsString, setPlacement, setPlacementAsString, setWatermark
 
Methods inherited from class com.ail.core.document.model.ItemContainer
getItem, setItem
 
Methods inherited from class com.ail.core.document.model.ItemData
compareById, getId, getOrder, getStyle, getTitle, getValue, setId, setOrder, setStyle, setTitle, setValue
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderData

public HeaderData()
Method Detail

render

public void render(RenderContext context)
Description copied from class: ItemContainer
Default implementation of the render method; implementing class will generally override this.

Overrides:
render in class BlockData