public class Request
extends org.bedework.util.servlet.ReqUtil
| Modifier and Type | Field and Description |
|---|---|
static String |
reqparAdminToken
Request parameter - admin token
|
static String |
reqparCalsuite
Request parameter - calsuite
|
static String |
reqparComment
Request parameter - comment
|
static String |
reqparCSVHeader
Request parameter - add header to csv - default true
|
static String |
reqparDefault |
static String |
reqparDescription
Request parameter - comment
|
static String |
reqparDisable |
static String |
reqparEmail
Request parameter - email address
|
static String |
reqparFilename
Request parameter - filename
|
static String |
reqparHeight |
static String |
reqparHref
Request parameter - href
|
static String |
reqparLabel |
static String |
reqparLastmod
Request parameter - lastmod
|
static String |
reqparMulti |
static String |
reqparNumtickets
Request parameter - number of tickets
|
static String |
reqparOptions |
static String |
reqparOrder |
static String |
reqparRegId
Request parameter - ticket id
|
static String |
reqparRequired |
static String |
reqparType |
static String |
reqparValue |
static String |
reqparWidth |
| Constructor and Description |
|---|
Request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
formNamePresent() |
String |
getAdminToken() |
String |
getCalsuite() |
String |
getComment() |
boolean |
getCsvHeader() |
boolean |
getDefault() |
String |
getDescription() |
boolean |
getDisable() |
String |
getEmail() |
String |
getFilename(String def) |
String |
getFormName() |
String |
getGroup() |
String |
getHeight() |
String |
getHref() |
String |
getLabel() |
String |
getLastmod() |
boolean |
getMulti() |
String |
getName() |
String |
getOptions() |
int |
getOrder() |
Long |
getRegistrationId() |
boolean |
getRequired() |
int |
getTicketsRequested() |
String |
getType() |
String |
getValue() |
String |
getWidth() |
boolean |
groupPresent() |
static String |
validName(String name) |
getBooleanReqPar, getBooleanReqPar, getErrFlag, getIntReqPar, getIntReqPar, getLocales, getLongReqPar, getLongReqPar, getRemoteAddr, getRemoteHost, getRemotePort, getReqPar, getReqPar, getReqPars, getRequest, getRequestAttr, getResponse, getSessionAttr, notNull, present, removeSessionAttr, setErrFlag, setRequestAttr, setSessionAttrpublic static final String reqparAdminToken
public static final String reqparCalsuite
public static final String reqparComment
public static final String reqparDescription
public static final String reqparHref
public static final String reqparNumtickets
public static final String reqparRegId
public static final String reqparCSVHeader
public static final String reqparEmail
public static final String reqparFilename
public static final String reqparLastmod
public static final String reqparDefault
public static final String reqparDisable
public static final String reqparHeight
public static final String reqparLabel
public static final String reqparMulti
public static final String reqparOrder
public static final String reqparRequired
public static final String reqparOptions
public static final String reqparType
public static final String reqparValue
public static final String reqparWidth
public Request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - http requestresponse - http responsepublic int getTicketsRequested()
throws Throwable
Throwablepublic String getAdminToken()
public String getFilename(String def)
def - defaultpublic Long getRegistrationId() throws Throwable
Throwablepublic boolean getCsvHeader()
throws Throwable
Throwablepublic String getCalsuite()
public String getComment()
public String getLastmod()
public String getEmail()
public String getHref()
public boolean getDefault()
throws Throwable
Throwablepublic boolean formNamePresent()
throws EventregException
EventregExceptionpublic String getFormName() throws EventregException
EventregExceptionpublic String getName() throws EventregException
EventregExceptionpublic boolean groupPresent()
throws EventregException
EventregExceptionpublic String getGroup() throws EventregException
EventregExceptionpublic String getDescription()
public String getHeight()
public String getLabel()
public boolean getDisable()
throws Throwable
Throwablepublic boolean getMulti()
throws Throwable
Throwablepublic int getOrder()
throws Throwable
Throwablepublic boolean getRequired()
throws Throwable
Throwablepublic String getOptions()
public String getType()
public String getValue()
public String getWidth()
public static String validName(String name) throws EventregException
EventregExceptionCopyright © 2019 Bedework. All rights reserved.