net.sf.ginp.config
Class GinpEnv

java.lang.Object
  extended by net.sf.ginp.config.GinpEnv

public class GinpEnv
extends java.lang.Object

Uniquely identifies a ginp environment that corresponds to a config file

Author:
Justin Sher

Constructor Summary
GinpEnv(javax.servlet.http.HttpServletRequest req)
          Initialize the Ginp Environment with an http request
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.net.URL getUrl()
           
 int hashCode()
           
 void setUrl(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GinpEnv

public GinpEnv(javax.servlet.http.HttpServletRequest req)
        throws java.net.MalformedURLException
Initialize the Ginp Environment with an http request

Parameters:
req -
Throws:
java.net.MalformedURLException
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

getUrl

public java.net.URL getUrl()
Returns:
Returns the url.

setUrl

public void setUrl(java.net.URL url)
Parameters:
url - The url to set.


Copyright © 2004-2007 null. All Rights Reserved.