All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.tool.EntityWrapperGenerator

com.lgeds.jdf.tool.EntityWrapperGenerator

public class EntityWrapperGenerator

Constructor Index

 o EntityWrapperGenerator()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
 o doPost(HttpServletRequest, HttpServletResponse)
 o getHtmlResult(HttpServletRequest, Box, String)
 o init(ServletConfig)
 o performTask(HttpServletRequest, HttpServletResponse)

Constructors

 o EntityWrapperGenerator
 public EntityWrapperGenerator()

Methods

 o doGet
 protected void doGet(HttpServletRequest req,
                      HttpServletResponse res) throws ServletException, IOException
 o doPost
 protected void doPost(HttpServletRequest req,
                       HttpServletResponse res) throws ServletException, IOException
 o getHtmlResult
 public String getHtmlResult(HttpServletRequest req,
                             Box box,
                             String result)
Parameters:
tablename - java.lang.String
result - java.lang.String
Returns:
java.lang.String
 o init
 public void init(ServletConfig config) throws ServletException
 o performTask
 protected void performTask(HttpServletRequest req,
                            HttpServletResponse res) throws ServletException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index