gov.noaa.pmel.tmap
Class FormFilter

java.lang.Object
  |
  +--gov.noaa.pmel.tmap.FormFilter

public class FormFilter
extends java.lang.Object


Field Summary
(package private)  FilterConfig mConfig
           
 
Constructor Summary
FormFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
(package private)  void handleForm(FormHandler fh, HttpServletRequest req, HttpServletResponse resp, FilterChain chain)
           
(package private)  void handleFormError(FormHandler fh, FormBean bean, HttpServletRequest req, HttpServletResponse resp, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mConfig

FilterConfig mConfig
Constructor Detail

FormFilter

public FormFilter()
Method Detail

handleFormError

void handleFormError(FormHandler fh,
                     FormBean bean,
                     HttpServletRequest req,
                     HttpServletResponse resp,
                     FilterChain chain)
               throws ServletException,
                      java.sql.SQLException,
                      java.io.IOException
ServletException
java.sql.SQLException
java.io.IOException

handleForm

void handleForm(FormHandler fh,
                HttpServletRequest req,
                HttpServletResponse resp,
                FilterChain chain)
          throws ServletException,
                 java.sql.SQLException,
                 java.io.IOException
ServletException
java.sql.SQLException
java.io.IOException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
java.io.IOException
ServletException

init

public void init(FilterConfig config)

destroy

public void destroy()