org.ow2.dragon.ui.bricks
Class LoggedMenu
java.lang.Object
org.ow2.dragon.ui.bricks.LoggedMenu
- All Implemented Interfaces:
- org.ow2.opensuit.xml.base.html.IView, org.ow2.opensuit.xml.interfaces.IRenderable, org.ow2.opensuit.xmlmap.interfaces.IInitializable
@XmlElement
public class LoggedMenu
- extends java.lang.Object
- implements org.ow2.opensuit.xml.base.html.IView, org.ow2.opensuit.xmlmap.interfaces.IInitializable
- Author:
- ofabre - eBM Websourcing
|
Method Summary |
void |
initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
|
boolean |
isVisible(javax.servlet.http.HttpServletRequest iRequest)
|
void |
preRender(javax.servlet.http.HttpServletRequest request)
|
void |
render(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggedMenu
public LoggedMenu()
initialize
public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
- Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable
isVisible
public boolean isVisible(javax.servlet.http.HttpServletRequest iRequest)
preRender
public void preRender(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
- Specified by:
preRender in interface org.ow2.opensuit.xml.interfaces.IRenderable
- Throws:
java.lang.Exception
render
public void render(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse)
throws java.lang.Exception
- Specified by:
render in interface org.ow2.opensuit.xml.interfaces.IRenderable
- Throws:
java.lang.Exception
Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.