|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.user.AbstractServerObjectContext
org.jboss.portal.server.WindowContext
public class WindowContext
The user state of a window.
| Field Summary |
|---|
| Fields inherited from class org.jboss.portal.server.user.AbstractServerObjectContext |
|---|
id |
| Constructor Summary | |
|---|---|
WindowContext(ServerObjectID id)
|
|
WindowContext(ServerObjectID id,
Mode mode,
WindowState windowState)
|
|
| Method Summary | |
|---|---|
TimedContent |
getCachedResult()
Return cached content if any. |
Mode |
getMode()
Return the mode on this context. |
WindowState |
getWindowState()
Return the window state of this context. |
void |
setCachedResult(TimedContent cachedResult)
Cache content for future reuse. |
void |
setMode(Mode mode)
Set the mode on this context. |
void |
setWindowState(WindowState windowState)
Set the window state on this context. |
| Methods inherited from class org.jboss.portal.server.user.AbstractServerObjectContext |
|---|
getID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WindowContext(ServerObjectID id)
public WindowContext(ServerObjectID id,
Mode mode,
WindowState windowState)
| Method Detail |
|---|
public Mode getMode()
public void setMode(Mode mode)
public WindowState getWindowState()
public void setWindowState(WindowState windowState)
public TimedContent getCachedResult()
public void setCachedResult(TimedContent cachedResult)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||