org.jboss.portal.server
Class WindowURL

java.lang.Object
  extended by org.jboss.portal.server.ServerURL
      extended by org.jboss.portal.server.WindowURL

public class WindowURL
extends ServerURL

A URL for a window.


Field Summary
static int TYPE_ACTION
           
static int TYPE_RENDER
           
static int TYPE_UPDATE_MODE
           
static int TYPE_UPDATE_WINDOW_STATE
           
 
Fields inherited from class org.jboss.portal.server.ServerURL
controlParameters, log, secure, target, targetParameters
 
Constructor Summary
WindowURL(ServerObjectID target)
           
 
Method Summary
 Mode getMode()
           
 int getType()
           
 WindowState getWindowState()
           
 boolean isIdempotent()
          Return true if the URL is idempotent.
 void setMode(Mode mode)
           
 void setType(int type)
           
 void setWindowState(WindowState windowState)
           
 
Methods inherited from class org.jboss.portal.server.ServerURL
getControlParameters, getSecure, getTarget, getTargetParameters, setControlParameter, setControlParameter, setSecure, setTargetParameter, setTargetParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ACTION

public static final int TYPE_ACTION
See Also:
Constant Field Values

TYPE_RENDER

public static final int TYPE_RENDER
See Also:
Constant Field Values

TYPE_UPDATE_WINDOW_STATE

public static final int TYPE_UPDATE_WINDOW_STATE
See Also:
Constant Field Values

TYPE_UPDATE_MODE

public static final int TYPE_UPDATE_MODE
See Also:
Constant Field Values
Constructor Detail

WindowURL

public WindowURL(ServerObjectID target)
Method Detail

getType

public int getType()

setType

public void setType(int type)

setMode

public void setMode(Mode mode)

getMode

public Mode getMode()

setWindowState

public void setWindowState(WindowState windowState)

getWindowState

public WindowState getWindowState()

isIdempotent

public boolean isIdempotent()
Description copied from class: ServerURL
Return true if the URL is idempotent.

Overrides:
isIdempotent in class ServerURL