org.mortbay.jetty.servlet
Class Dispatcher.ForwardAttributes

java.lang.Object
  extended by org.mortbay.jetty.servlet.Dispatcher.ForwardAttributes
All Implemented Interfaces:
Attributes
Enclosing class:
Dispatcher

private class Dispatcher.ForwardAttributes
extends Object
implements Attributes


Field Summary
(package private)  Attributes _attr
           
(package private)  String _contextPath
           
(package private)  String _pathInfo
           
(package private)  String _query
           
(package private)  String _requestURI
           
(package private)  String _servletPath
           
 
Constructor Summary
Dispatcher.ForwardAttributes(Attributes attributes)
           
 
Method Summary
 void clearAttributes()
           
 Object getAttribute(String key)
           
 Enumeration getAttributeNames()
           
 void removeAttribute(String name)
           
 void setAttribute(String key, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_attr

Attributes _attr

_requestURI

String _requestURI

_contextPath

String _contextPath

_servletPath

String _servletPath

_pathInfo

String _pathInfo

_query

String _query
Constructor Detail

Dispatcher.ForwardAttributes

Dispatcher.ForwardAttributes(Attributes attributes)
Method Detail

getAttribute

public Object getAttribute(String key)
Specified by:
getAttribute in interface Attributes

getAttributeNames

public Enumeration getAttributeNames()
Specified by:
getAttributeNames in interface Attributes

setAttribute

public void setAttribute(String key,
                         Object value)
Specified by:
setAttribute in interface Attributes

toString

public String toString()
Overrides:
toString in class Object

clearAttributes

public void clearAttributes()
Specified by:
clearAttributes in interface Attributes

removeAttribute

public void removeAttribute(String name)
Specified by:
removeAttribute in interface Attributes