org.mbari.siam.configt
Interface ServletApp
- All Known Subinterfaces:
- ServletWizard
- All Known Implementing Classes:
- ConfigTool
public interface ServletApp
update
void update(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
init
void init()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
getConfigFiles
java.util.Vector getConfigFiles()
getElements
java.util.Vector getElements()
getElement
ConfigItem getElement(java.lang.String elementName)
getValue
java.lang.String getValue(java.lang.String elementName)
getPageNames
java.util.Vector getPageNames()
getProperties
java.util.Properties getProperties()
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.