org.apache.jk.config
Interface WebXml2Jk.MappingGenerator
- All Known Implementing Classes:
- GeneratorApache2, GeneratorJk1, GeneratorJk2
- Enclosing class:
- WebXml2Jk
public static interface WebXml2Jk.MappingGenerator
setWebXmlReader
void setWebXmlReader(WebXml2Jk wxml)
generateStart
void generateStart()
throws IOException
- Start section( vhost declarations, etc )
- Throws:
IOException
generateEnd
void generateEnd()
throws IOException
- Throws:
IOException
generateServletMapping
void generateServletMapping(String servlet,
String url)
throws IOException
- Throws:
IOException
generateFilterMapping
void generateFilterMapping(String servlet,
String url)
throws IOException
- Throws:
IOException
generateLoginConfig
void generateLoginConfig(String loginPage,
String errPage,
String authM)
throws IOException
- Throws:
IOException
generateErrorPage
void generateErrorPage(int err,
String location)
throws IOException
- Throws:
IOException
generateConstraints
void generateConstraints(Vector urls,
Vector methods,
Vector roles,
boolean isSSL)
throws IOException
- Throws:
IOException
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.