public abstract class ScriptingHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataWrapper |
dw |
protected javax.persistence.EntityManager |
em |
protected StringBuffer |
notices |
protected nl.b3p.ogc.utils.OGCScriptingRequest |
ogcrequest |
protected javax.servlet.http.HttpServletRequest |
request |
protected User |
user |
| Constructor and Description |
|---|
ScriptingHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
getRequest(javax.servlet.http.HttpServletRequest request,
DataWrapper dw,
User user)
Processes the parameters and creates the specified urls from the given parameters.
|
protected void |
mailAllAdmins()
Mails all the admins
|
protected final javax.persistence.EntityManager em
protected DataWrapper dw
protected User user
protected nl.b3p.ogc.utils.OGCScriptingRequest ogcrequest
protected StringBuffer notices
protected javax.servlet.http.HttpServletRequest request
public abstract void getRequest(javax.servlet.http.HttpServletRequest request,
DataWrapper dw,
User user)
throws IOException,
Exception
request - The incoming requestdw - DataWrapper which contains all information that has to be sent to the clientuser - User the user which invoked the requestExceptionIOExceptionprotected void mailAllAdmins()
Copyright © 2015. All rights reserved.