org.loom.tags.menu
Class InlineMenuDecorator

java.lang.Object
  extended by org.loom.tags.menu.AbstractMenuDecorator
      extended by org.loom.tags.menu.InlineMenuDecorator
All Implemented Interfaces:
TagDecorator<MenuTag>

public class InlineMenuDecorator
extends AbstractMenuDecorator

Decorates menu items as an list of links.


Constructor Summary
InlineMenuDecorator()
           
 
Method Summary
 void afterDoTag(MenuTag tag)
           
 boolean beforeDoTag(MenuTag tag)
           
 
Methods inherited from class org.loom.tags.menu.AbstractMenuDecorator
isRenderUnauthorizedItems, setRenderUnauthorizedItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineMenuDecorator

public InlineMenuDecorator()
Method Detail

beforeDoTag

public boolean beforeDoTag(MenuTag tag)
                    throws java.io.IOException,
                           javax.servlet.jsp.JspException
Returns:
true to execute the tag afterwards, false to skip the tag. If false, the afterDoTag method will not be triggered.
Throws:
java.io.IOException
javax.servlet.jsp.JspException

afterDoTag

public void afterDoTag(MenuTag tag)
                throws java.io.IOException,
                       javax.servlet.jsp.JspException
Throws:
java.io.IOException
javax.servlet.jsp.JspException