|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSessionContext
de.tif.jacob.entrypoint.CmdEntryPointContext
public class CmdEntryPointContext
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
|
static java.lang.String |
RCS_REV
|
| Constructor Summary | |
|---|---|
CmdEntryPointContext(Session session,
IApplicationDefinition app,
IUser user,
java.io.OutputStream stream)
|
|
| Method Summary | |
|---|---|
Session |
getSession()
|
java.io.OutputStream |
getStream()
Return the outputstream of the request. |
void |
registerForSession(ManagedResource resource)
There is no session for a CmdEntryPointContext. |
void |
registerForWindow(ManagedResource resource)
There is no window for a CmdEntryPointContext. |
void |
setPropertyForSession(java.lang.Object key,
java.lang.Object value)
There is no session for a CmdEntryPointContext. |
void |
setPropertyForWindow(java.lang.Object key,
java.lang.Object value)
There is no window for a CmdEntryPointContext. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public CmdEntryPointContext(Session session,
IApplicationDefinition app,
IUser user,
java.io.OutputStream stream)
| Method Detail |
|---|
public Session getSession()
public void registerForSession(ManagedResource resource)
registerForRequest(...) life cycle handler.
resource - The resource to manage.public void registerForWindow(ManagedResource resource)
registerForRequest(...) life cycle handler.
resource - The resource to manage.
public void setPropertyForSession(java.lang.Object key,
java.lang.Object value)
setPropertyForRequest(key,value) life cycle handler.
public void setPropertyForWindow(java.lang.Object key,
java.lang.Object value)
setPropertyForRequest(key,value) life cycle handler.
public final java.io.OutputStream getStream()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||