org.benow.web.menu
Class MenuPagePlugin
java.lang.Object
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
|
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 |
RENDER_SELECTED_PATH
public static final java.lang.String RENDER_SELECTED_PATH
- Deprecated.
- See Also:
- Constant Field Values
MenuPagePlugin
public MenuPagePlugin()
- Deprecated.
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