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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String key) voidremoveAttribute(String name) voidsetAttribute(String key, Object value) toString()Methods inherited from class org.eclipse.jetty.util.Attributes.Wrapper
getAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.Attributes
getAttributeNames
-
Field Details
-
_requestURI
-
_contextPath
-
_servletPath
-
_pathInfo
-
_query
-
-
Constructor Details
-
ForwardAttributes
ForwardAttributes(Attributes attributes)
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfaceAttributes- Overrides:
getAttributein classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSetin interfaceAttributes- Overrides:
getAttributeNameSetin classAttributes.Wrapper
-
setAttribute
- Specified by:
setAttributein interfaceAttributes- Overrides:
setAttributein classAttributes.Wrapper
-
toString
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributesin interfaceAttributes- Overrides:
clearAttributesin classAttributes.Wrapper
-
removeAttribute
- Specified by:
removeAttributein interfaceAttributes- Overrides:
removeAttributein classAttributes.Wrapper
-