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 String
private String
private String
private String
private String
Fields inherited from class org.eclipse.jetty.util.Attributes.Wrapper
_attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAttribute
(String key) void
removeAttribute
(String name) void
setAttribute
(String key, Object value) 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
-
Field Details
-
_requestURI
-
_contextPath
-
_servletPath
-
_pathInfo
-
_query
-
-
Constructor Details
-
ForwardAttributes
ForwardAttributes(Attributes attributes)
-
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in interfaceAttributes
- Overrides:
getAttribute
in classAttributes.Wrapper
-
getAttributeNameSet
- Specified by:
getAttributeNameSet
in interfaceAttributes
- Overrides:
getAttributeNameSet
in classAttributes.Wrapper
-
setAttribute
- Specified by:
setAttribute
in interfaceAttributes
- Overrides:
setAttribute
in classAttributes.Wrapper
-
toString
-
clearAttributes
public void clearAttributes()- Specified by:
clearAttributes
in interfaceAttributes
- Overrides:
clearAttributes
in classAttributes.Wrapper
-
removeAttribute
- Specified by:
removeAttribute
in interfaceAttributes
- Overrides:
removeAttribute
in classAttributes.Wrapper
-