org.apache.jk.config

Interface WebXml2Jk.MappingGenerator

Known Implementing Classes:
GeneratorApache2, GeneratorJk1, GeneratorJk2

public static interface WebXml2Jk.MappingGenerator

Method Summary

void
generateConstraints(Vector urls, Vector methods, Vector roles, boolean isSSL)
void
generateEnd()
void
generateErrorPage(int err, String location)
void
generateFilterMapping(String servlet, String url)
void
generateLoginConfig(String loginPage, String errPage, String authM)
void
generateServletMapping(String servlet, String url)
void
generateStart()
Start section( vhost declarations, etc )
void
setWebXmlReader(WebXml2Jk wxml)

Method Details

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.