Uses of Class
org.compiere.util.WebDoc
Packages that use WebDoc
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of WebDoc in org.compiere.model
Methods in org.compiere.model that return WebDocModifier and TypeMethodDescriptionGridWindow.getHelpDoc(boolean javaClient) Get Help HTML Document -
Uses of WebDoc in org.compiere.util
Methods in org.compiere.util that return WebDocModifier and TypeMethodDescriptionstatic WebDocWebDoc.create(boolean plain) Create Documentstatic WebDocCreate styled Document with Titlestatic WebDocCreate styled web Document with Titlestatic WebDocWebDoc.createPopup(String title) Deprecated.static WebDocWebDoc.createWindow(String title) Deprecated.Methods in org.compiere.util with parameters of type WebDocModifier and TypeMethodDescriptionstatic voidWebUtil.createResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServlet servlet, Properties cookieProperties, WebDoc doc, boolean debug) Create Standard Response Header with optional Cookie and print document.