net.sf.navigator.menu
Class MenuPlugIn

java.lang.Object
  extended by net.sf.navigator.menu.MenuPlugIn
All Implemented Interfaces:
org.apache.struts.action.PlugIn

public class MenuPlugIn
extends Object
implements org.apache.struts.action.PlugIn

Struts plug-in adapter for the menuing module.

Author:
ssayles

Constructor Summary
MenuPlugIn()
           
 
Method Summary
 void destroy()
           
 String getMenuConfig()
           
 void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config)
           
 void setMenuConfig(String menuConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuPlugIn

public MenuPlugIn()
Method Detail

getMenuConfig

public String getMenuConfig()

setMenuConfig

public void setMenuConfig(String menuConfig)

init

public void init(org.apache.struts.action.ActionServlet servlet,
                 org.apache.struts.config.ModuleConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface org.apache.struts.action.PlugIn
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface org.apache.struts.action.PlugIn


Copyright © 2003-2007 SourceForge. All Rights Reserved.