| org.vfny.geoserver.config.MultipleActionServlet
MultipleActionServlet | public class MultipleActionServlet extends ActionServlet (Code) | | |
init | public void init() throws ServletException(Code) | | Initialize this servlet. Most of the processing has been factored into
support methods so that you can override particular functionality at a
fairly granular level.
exception: ServletException - if we cannot configure ourselves correctly |
initModuleConfig | protected ModuleConfig initModuleConfig(String prefix, String paths) throws ServletException(Code) | | Initialize the module configuration information for the
specified module.
Parameters: prefix - Module prefix for this module Parameters: paths - Comma-separated list of context-relative resource path(s)for this modules's configuration resource(s) exception: ServletException - if initialization cannot be performed since: Struts 1.1 |
parseModuleConfigFile | protected void parseModuleConfigFile(Digester digester, String path) throws UnavailableException(Code) | | Parses one module config file.
Parameters: digester - Digester instance that does the parsing Parameters: path - The path to the config file to parse. throws: UnavailableException - if file cannot be read or parsed since: Struts 1.2 |
|
|