live.struts.actions
Class NetworkInfoAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended bylive.struts.actions.CheckedAction
          extended bylive.struts.actions.DisplayAction
              extended bylive.struts.actions.NetworkInfoAction

public class NetworkInfoAction
extends DisplayAction

Action to display information about a network, as specified in the request parameter netName

Author:
Jason J. Herne

Nested Class Summary
 
Nested classes inherited from class live.struts.actions.CheckedAction
CheckedAction.ActionInfo
 
Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
NetworkInfoAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward displayPage(CheckedAction.ActionInfo info)
           
 
Methods inherited from class live.struts.actions.DisplayAction
act
 
Methods inherited from class live.struts.actions.CheckedAction
execute
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkInfoAction

public NetworkInfoAction()
Method Detail

displayPage

public org.apache.struts.action.ActionForward displayPage(CheckedAction.ActionInfo info)
Specified by:
displayPage in class DisplayAction
See Also:
SwitchedAction.displayPage(live.struts.actions.CheckedAction.ActionInfo)


Copyright © 2005