Package org.eclipse.jetty.quickstart
Class AttributeNormalizer.PathAttribute
- java.lang.Object
-
- org.eclipse.jetty.quickstart.AttributeNormalizer.Attribute
-
- org.eclipse.jetty.quickstart.AttributeNormalizer.PathAttribute
-
- Enclosing class:
- AttributeNormalizer
private static class AttributeNormalizer.PathAttribute extends AttributeNormalizer.Attribute
-
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.Path
path
-
Fields inherited from class org.eclipse.jetty.quickstart.AttributeNormalizer.Attribute
key, value, weight
-
-
Constructor Summary
Constructors Constructor Description PathAttribute(java.lang.String key, java.nio.file.Path path, int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-