org.apache.cactus.server
class ServletUtil

java.lang.Object
  |
  +--org.apache.cactus.server.ServletUtil
Known Advisors:
LogAspect

public class ServletUtil
extends java.lang.Object

All prupose utility methods for manipulating the Servlet API.

Version:
$Id: ServletUtil.html,v 1.1 2003/04/14 12:27:26 sinisa Exp $
Author:
Vincent Massol

Constructor Summary
ServletUtil()
           
 
Method Summary
static String getQueryStringParameter(String theQueryString, String theParameter)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletUtil

public ServletUtil()
Method Detail

getQueryStringParameter

public static String getQueryStringParameter(String theQueryString,
                                             String theParameter)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.