org.millscript.millscript.loaders
Class ItemName

java.lang.Object
  extended by org.millscript.millscript.loaders.ItemName
All Implemented Interfaces:
SpecialTemplateName

public class ItemName
extends java.lang.Object
implements SpecialTemplateName

This class compiles an item element in a MillScript XHTML template. An item element is called item and has a single attribute called val.


Constructor Summary
ItemName(BasicTemplateLoader btl)
          Constructs a new item element handler, to insert expressions for the current element into the specified loader.
 
Method Summary
 void handle()
          Calling this method will generate the required expressions at the current point in the expression tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemName

public ItemName(BasicTemplateLoader btl)
Constructs a new item element handler, to insert expressions for the current element into the specified loader.

Parameters:
btl - the loader to insert expressions into
Method Detail

handle

public void handle()
Description copied from interface: SpecialTemplateName
Calling this method will generate the required expressions at the current point in the expression tree.

Specified by:
handle in interface SpecialTemplateName
See Also:
SpecialTemplateName.handle()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.