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_contextPathprivate java.lang.String_pathInfoprivate java.lang.String_queryprivate java.lang.String_requestURIprivate 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 voidclearAttributes()java.lang.ObjectgetAttribute(java.lang.String key)java.util.Set<java.lang.String>getAttributeNameSet()voidremoveAttribute(java.lang.String name)voidsetAttribute(java.lang.String key, java.lang.Object value)java.lang.StringtoString()-
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:
getAttributein interfaceAttributes- Overrides:
getAttributein classAttributes.Wrapper
-
getAttributeNameSet
public java.util.Set<java.lang.String> getAttributeNameSet()
- Specified by:
getAttributeNameSetin interfaceAttributes- Overrides:
getAttributeNameSetin classAttributes.Wrapper
-
setAttribute
public void setAttribute(java.lang.String key, java.lang.Object value)- Specified by:
setAttributein interfaceAttributes- Overrides:
setAttributein classAttributes.Wrapper
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
clearAttributes
public void clearAttributes()
- Specified by:
clearAttributesin interfaceAttributes- Overrides:
clearAttributesin classAttributes.Wrapper
-
removeAttribute
public void removeAttribute(java.lang.String name)
- Specified by:
removeAttributein interfaceAttributes- Overrides:
removeAttributein classAttributes.Wrapper
-
-