Sun Adapter for TCP/IP API

com.stc.connector.tcpip.monitor.actions.details
Class TCPIPUpdateDetailAction

java.lang.Object
  extended by UpdateDetailAction
      extended by com.stc.connector.tcpip.monitor.actions.details.TCPIPUpdateDetailAction
Direct Known Subclasses:
TCPIPExtUpdateDetailAction

public class TCPIPUpdateDetailAction
extends UpdateDetailAction


Constructor Summary
TCPIPUpdateDetailAction()
           
 
Method Summary
protected  java.lang.String getDetailsModelKey()
           
 boolean refreshIsNeeded(HttpServletRequest request, HttpServletResponse response)
          Determines whether the detail page should be refreshed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPUpdateDetailAction

public TCPIPUpdateDetailAction()
Method Detail

refreshIsNeeded

public boolean refreshIsNeeded(HttpServletRequest request,
                               HttpServletResponse response)
Determines whether the detail page should be refreshed. Whatever state information was stored in the session from GetDetailAction can be used to determine if the state has changed which would require the detail to be refreshed.

Parameters:
request - HttpServletRequest
response - HttpServletResponse
Returns:
boolean

getDetailsModelKey

protected java.lang.String getDetailsModelKey()

Sun Adapter for TCP/IP API