Package de.xima.fc.gui.utils.designer
Class DesignerPreviewSubmitParams
- java.lang.Object
-
- de.xima.fc.gui.utils.designer.DesignerPreviewSubmitParams
-
- All Implemented Interfaces:
AutoCloseable
public final class DesignerPreviewSubmitParams extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description DesignerPreviewSubmitParams(String frid, MultipartRequest multipart)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Map<String,List<org.apache.commons.fileupload.FileItem>>getFileItems()Map<String,List<String>>getFormValues()StringgetFrid()static DesignerPreviewSubmitParamsparse(DesignerPageBean designerPageBean, javax.servlet.http.HttpSession session, javax.servlet.ServletContext servletContext)
-
-
-
Constructor Detail
-
DesignerPreviewSubmitParams
public DesignerPreviewSubmitParams(String frid, MultipartRequest multipart)
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getFrid
public String getFrid()
-
parse
public static DesignerPreviewSubmitParams parse(DesignerPageBean designerPageBean, javax.servlet.http.HttpSession session, javax.servlet.ServletContext servletContext) throws org.apache.commons.fileupload.FileUploadException, IOException
- Throws:
org.apache.commons.fileupload.FileUploadExceptionIOException
-
-