jdbcadmin.web.util
Class HttpWrapper

java.lang.Object
  extended byjdbcadmin.web.util.HttpWrapper

public class HttpWrapper
extends java.lang.Object

Non trivial mappings between the http request and the objects


Constructor Summary
protected HttpWrapper()
          Constructor
 
Method Summary
static void wrapLine(javax.servlet.http.HttpServletRequest aRequest, jdbcadmin.core.data.Line aLine)
          Fill the specified line with the http request parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpWrapper

protected HttpWrapper()
Constructor

Method Detail

wrapLine

public static void wrapLine(javax.servlet.http.HttpServletRequest aRequest,
                            jdbcadmin.core.data.Line aLine)
                     throws jdbcadmin.core.exceptions.TechnicalException
Fill the specified line with the http request parameters.

Parameters:
aRequest - the http request
aLine - the line to fill
Throws:
jdbcadmin.core.exceptions.TechnicalException - Technical error


Copyright © 2004-2005 Norsys. All Rights Reserved.