org.apache.catalina.servlets

Class CGIServlet.NameValuePair

Enclosing Class:
CGIServlet

protected class CGIServlet.NameValuePair
extends java.lang.Object

This is a simple class for storing name-value pairs. TODO: It might be worth moving this to the utils package there is a wider requirement for this functionality.

Method Summary

protected String
getName()
protected String
getValue()

Method Details

getName

protected String getName()


getValue

protected String getValue()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.