Package de.xima.fc.form.publish
Class PublishRequestParameterParser
- java.lang.Object
-
- de.xima.fc.form.publish.PublishRequestParameterParser
-
public class PublishRequestParameterParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_ABLEITEN
static String
PARAM_ACTION
static String
PARAM_CHARSET
static String
PARAM_FORMTYP
static String
PARAM_FORMVERSIONNUM
static String
PARAM_HTTP_REQ_URL
static String
PARAM_NOTES
static String
PARAM_PROJEKTID
static String
PARAM_RESOURCE_B64FILE
static String
PARAM_RESOURCE_TYPE
static String
PARAM_RESOURCE_UPLOAD
static String
PARAM_THEME
-
Constructor Summary
Constructors Constructor Description PublishRequestParameterParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublishRequestParameter
parameters(javax.servlet.http.HttpServletRequest req)
-
-
-
Field Detail
-
PARAM_ACTION
public static final String PARAM_ACTION
- See Also:
- Constant Field Values
-
PARAM_ABLEITEN
public static final String PARAM_ABLEITEN
- See Also:
- Constant Field Values
-
PARAM_RESOURCE_UPLOAD
public static final String PARAM_RESOURCE_UPLOAD
- See Also:
- Constant Field Values
-
PARAM_RESOURCE_B64FILE
public static final String PARAM_RESOURCE_B64FILE
- See Also:
- Constant Field Values
-
PARAM_RESOURCE_TYPE
public static final String PARAM_RESOURCE_TYPE
- See Also:
- Constant Field Values
-
PARAM_PROJEKTID
public static final String PARAM_PROJEKTID
- See Also:
- Constant Field Values
-
PARAM_FORMTYP
public static final String PARAM_FORMTYP
- See Also:
- Constant Field Values
-
PARAM_HTTP_REQ_URL
public static final String PARAM_HTTP_REQ_URL
- See Also:
- Constant Field Values
-
PARAM_THEME
public static final String PARAM_THEME
- See Also:
- Constant Field Values
-
PARAM_FORMVERSIONNUM
public static final String PARAM_FORMVERSIONNUM
- See Also:
- Constant Field Values
-
PARAM_NOTES
public static final String PARAM_NOTES
- See Also:
- Constant Field Values
-
PARAM_CHARSET
public static final String PARAM_CHARSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
parameters
public static PublishRequestParameter parameters(javax.servlet.http.HttpServletRequest req)
-
-