Package org.eclipse.jetty.server
Class Dispatcher.ForwardAttributes
- java.lang.Object
-
- org.eclipse.jetty.util.Attributes.Wrapper
-
- org.eclipse.jetty.server.Dispatcher.ForwardAttributes
-
- All Implemented Interfaces:
Attributes
- Enclosing class:
- Dispatcher
private class Dispatcher.ForwardAttributes extends Attributes.Wrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_contextPath
private java.lang.String
_pathInfo
private java.lang.String
_query
private java.lang.String
_requestURI
private java.lang.String
_servletPath
-
Fields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes
-
-
Constructor Summary
Constructors Constructor Description ForwardAttributes(Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearAttributes()
java.lang.Object
getAttribute(java.lang.String key)
java.util.Set<java.lang.String>
getAttributeNameSet()
void
removeAttribute(java.lang.String name)
void
setAttribute(java.lang.String key, java.lang.Object value)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
getAttributes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
-
-
-
Constructor Detail
-
ForwardAttributes
ForwardAttributes(Attributes attributes)
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
- Specified by:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getAttributeNameSet
public java.util.Set<java.lang.String> getAttributeNameSet()
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object value)
- Specified by:
setAttribute
in interfaceAttributes
- Overrides:
setAttribute
in classAttributes.Wrapper
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
clearAttributes
public void clearAttributes()
- Specified by:
clearAttributes
in interfaceAttributes
- Overrides:
clearAttributes
in classAttributes.Wrapper
-
removeAttribute
public void removeAttribute(java.lang.String name)
- Specified by:
removeAttribute
in interfaceAttributes
- Overrides:
removeAttribute
in classAttributes.Wrapper
-
-