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