|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.experlog.openeas.api.Action
org.experlog.openeas.api.demo.DemoAction
public class DemoAction
Constructor Summary | |
---|---|
DemoAction()
|
Method Summary | |
---|---|
boolean |
serverSide()
Server-side actions can only be executed in a template Other actions can also be passed in an HTTP parameter called "Action" This makes server-side actions safer, but less flexible. |
boolean |
service(Session s,
ServletRequest r,
java.lang.Object info)
The core of the Action. |
Methods inherited from class org.experlog.openeas.api.Action |
---|
addDataObject, addDataSet, processRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemoAction()
Method Detail |
---|
public boolean serverSide()
serverSide
in interface ESAction
serverSide
in class Action
Action.serverSide()
public boolean service(Session s, ServletRequest r, java.lang.Object info) throws java.lang.Exception
service
in class Action
java.lang.Exception
Action.service(org.experlog.openeas.api.Session, org.experlog.openeas.api.ServletRequest, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |