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