org.compiere.www
Class WZoom
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.compiere.www.WZoom
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WZoom
- extends HttpServlet
HTML Zoom Window
- Version:
- $Id: WZoom.java $
- Author:
- Rob Klein
- See Also:
- Serialized Form
|
Constructor Summary |
WZoom()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P_Record_ID
public static final String P_Record_ID
- See Also:
- Constant Field Values
P_Table_ID
public static final String P_Table_ID
- See Also:
- Constant Field Values
WZoom
public WZoom()
init
public void init(ServletConfig config)
throws ServletException
- Initialize global variables
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Process the HTTP Get request.
Initial display and streaming
- Overrides:
doGet in class HttpServlet
- Parameters:
request - requestresponse - response
- Throws:
ServletException
IOException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Process the HTTP Post request.
Update Attachment
- Overrides:
doPost in class HttpServlet
- Parameters:
request - request
- Throws:
ServletException
IOException
createPage
public static WebDoc createPage(Properties ctx,
HttpServletRequest request,
int AD_Record_ID,
int AD_Table_ID)
- Create Attachment Page
- Parameters:
ctx - contextAD_Attachment_ID - id for existing attachmentAD_Table_ID - table for new attachmentRecord_ID - record for new attachmenterror - optional error message
- Returns:
- WebDoc
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.