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 StringPARAM_ABLEITENstatic StringPARAM_ACTIONstatic StringPARAM_CHARSETstatic StringPARAM_FORM_THEMEstatic StringPARAM_FORMTYPstatic StringPARAM_FORMVERSIONNUMstatic StringPARAM_HTTP_REQ_URLstatic StringPARAM_NOTESstatic StringPARAM_PROJEKTIDstatic StringPARAM_RESOURCE_B64FILEstatic StringPARAM_RESOURCE_TYPEstatic StringPARAM_RESOURCE_UPLOAD 
- 
Constructor Summary
Constructors Constructor Description PublishRequestParameterParser() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublishRequestParameterparameters(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_FORM_THEME
public static final String PARAM_FORM_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)
 
 - 
 
 -