org.apache.beehive.netui.core.urls
Class URLType

Object
  extended by URLType

public class URLType
extends Object

Passed to URLRewriter.rewriteURL(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.ServletResponse, org.apache.beehive.netui.core.urls.MutableURI, org.apache.beehive.netui.core.urls.URLType, boolean) for normal (non-resource) and resource, non-secure and secure URLs.


Field Summary
static URLType ACTION
           
protected static int INT_ACTION
           
protected static int INT_RESOURCE
           
static URLType RESOURCE
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INT_ACTION

protected static final int INT_ACTION
See Also:
Constant Field Values

INT_RESOURCE

protected static final int INT_RESOURCE
See Also:
Constant Field Values

ACTION

public static final URLType ACTION

RESOURCE

public static final URLType RESOURCE
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object