live.struts.actions
Class SharedMemInfoAction

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

public class SharedMemInfoAction
extends DisplayAction

Displays information about a saved segment, as specified by the request parameter segName


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
SharedMemInfoAction()
           
 
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

SharedMemInfoAction

public SharedMemInfoAction()
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