All Packages Class Hierarchy This Package Previous Next Index
Class com.lgeds.jdf.tool.EntityWrapperGenerator
com.lgeds.jdf.tool.EntityWrapperGenerator
- public class EntityWrapperGenerator
-
EntityWrapperGenerator()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
getHtmlResult(HttpServletRequest, Box, String)
-
-
init(ServletConfig)
-
-
performTask(HttpServletRequest, HttpServletResponse)
-
EntityWrapperGenerator
public EntityWrapperGenerator()
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
getHtmlResult
public String getHtmlResult(HttpServletRequest req,
Box box,
String result)
- Parameters:
- tablename - java.lang.String
- result - java.lang.String
- Returns:
- java.lang.String
init
public void init(ServletConfig config) throws ServletException
performTask
protected void performTask(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
All Packages Class Hierarchy This Package Previous Next Index