org.mortbay.http.handler
Class HTAccessHandler

java.lang.Object
  |
  +--org.mortbay.http.handler.NullHandler
        |
        +--org.mortbay.http.handler.HTAccessHandler
All Implemented Interfaces:
HttpHandler, LifeCycle

public class HTAccessHandler
extends NullHandler

Handler to authenticate access using the Apache's .htaccess files.

Version:
HTAccessHandler v1.0a

Constructor Summary
HTAccessHandler()
           
 
Method Summary
 void handle(java.lang.String pathInContext, java.lang.String pathParams, HttpRequest request, HttpResponse response)
          Handle a request.
 void setAccessFile(java.lang.String anArg)
           
 void setDefault(java.lang.String dir)
          set functions for the following .xml administration statements.
 
Methods inherited from class org.mortbay.http.handler.NullHandler
destroy, getHandlerContext, getName, initialize, isDestroyed, isStarted, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTAccessHandler

public HTAccessHandler()
Method Detail

handle

public void handle(java.lang.String pathInContext,
                   java.lang.String pathParams,
                   HttpRequest request,
                   HttpResponse response)
            throws HttpException,
                   java.io.IOException
Description copied from interface: HttpHandler
Handle a request.
Following copied from interface: org.mortbay.http.HttpHandler
Parameters:
pathInContext - The context path
pathParams - Path parameters such as encoded Session ID
request - The request
response - The response.

setDefault

public void setDefault(java.lang.String dir)
set functions for the following .xml administration statements. ./etc/htaccess .htaccess

setAccessFile

public void setAccessFile(java.lang.String anArg)


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.