|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.deegree_impl.enterprise.control.WebEvent
org.deegree_impl.enterprise.control.RPCWebEvent
Field Summary | |
private RPCMethodCall |
mc
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RPCWebEvent(HttpServletRequest request)
Creates a new instance of RPCWebEvent |
|
RPCWebEvent(HttpServletRequest request,
RPCMethodCall mc)
Creates a new instance of RPCWebEvent |
Method Summary | |
private RPCMethodCall |
getMethodCall(ServletRequest request)
extracts the RPC method call from the |
RPCMethodCall |
getRPCMethodCall()
returns the the RPC methodcall extracted from the HttpServletRequest passed to the first constructor. |
Methods inherited from class org.deegree_impl.enterprise.control.WebEvent |
getDocumentPath, getParameter, getRequestUser, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deegree.enterprise.control.FormEvent |
getSource |
Field Detail |
private RPCMethodCall mc
Constructor Detail |
public RPCWebEvent(HttpServletRequest request)
public RPCWebEvent(HttpServletRequest request, RPCMethodCall mc)
Method Detail |
public RPCMethodCall getRPCMethodCall()
private RPCMethodCall getMethodCall(ServletRequest request) throws RPCException
RPCException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |