org.benow.web.menu
Class MenuPagePlugin

java.lang.Object
  extended by org.benow.web.menu.MenuPagePlugin
All Implemented Interfaces:
org.benow.java.notify.condition.NotificationListener, PageXMLPlugin, PreProcessor

Deprecated.

@Deprecated
public class MenuPagePlugin
extends java.lang.Object
implements PageXMLPlugin, org.benow.java.notify.condition.NotificationListener


Field Summary
static java.lang.String RENDER_SELECTED_PATH
          Deprecated.  
 
Fields inherited from interface org.benow.web.path.page.PageXMLPlugin
KEY_PAGE_PLUGIN
 
Constructor Summary
MenuPagePlugin()
          Deprecated.  
 
Method Summary
 void augment(org.w3c.dom.Document doc, org.w3c.dom.Element parent, javax.servlet.http.HttpServletRequest request, QueryParams params, RenderControl render)
          Deprecated. Augment the given parent element with custom xml
 void onNotify(org.benow.java.notify.condition.NotificationSource source, org.benow.java.notify.condition.NotificationCondition condition)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_SELECTED_PATH

public static final java.lang.String RENDER_SELECTED_PATH
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

MenuPagePlugin

public MenuPagePlugin()
Deprecated. 
Method Detail

onNotify

public void onNotify(org.benow.java.notify.condition.NotificationSource source,
                     org.benow.java.notify.condition.NotificationCondition condition)
Deprecated. 
Specified by:
onNotify in interface org.benow.java.notify.condition.NotificationListener

augment

public void augment(org.w3c.dom.Document doc,
                    org.w3c.dom.Element parent,
                    javax.servlet.http.HttpServletRequest request,
                    QueryParams params,
                    RenderControl render)
             throws javax.xml.transform.TransformerException
Deprecated. 
Description copied from interface: PageXMLPlugin
Augment the given parent element with custom xml

Specified by:
augment in interface PageXMLPlugin
render - TODO
Throws:
javax.xml.transform.TransformerException