org.wso2.registry.servlet
Class ConsoleURLMapper

java.lang.Object
  extended by org.wso2.registry.servlet.ConsoleURLMapper

public class ConsoleURLMapper
extends java.lang.Object


Field Summary
static java.lang.String PATH_ATTR
           
static java.lang.String QUERY_ATTR
           
static java.lang.String RESOURCE_DETAILS_JSP
           
static java.lang.String RESOURCES_JSP
           
static java.lang.String WEB_PATH
           
 
Constructor Summary
ConsoleURLMapper(java.lang.String contextRoot)
           
 
Method Summary
 boolean mapAndForward(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_PATH

public static final java.lang.String WEB_PATH
See Also:
Constant Field Values

PATH_ATTR

public static final java.lang.String PATH_ATTR
See Also:
Constant Field Values

QUERY_ATTR

public static final java.lang.String QUERY_ATTR
See Also:
Constant Field Values

RESOURCES_JSP

public static final java.lang.String RESOURCES_JSP
See Also:
Constant Field Values

RESOURCE_DETAILS_JSP

public static final java.lang.String RESOURCE_DETAILS_JSP
See Also:
Constant Field Values
Constructor Detail

ConsoleURLMapper

public ConsoleURLMapper(java.lang.String contextRoot)
Method Detail

mapAndForward

public boolean mapAndForward(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.