Class InternalServerProperties
- java.lang.Object
-
- org.glassfish.jersey.server.internal.InternalServerProperties
-
public final class InternalServerProperties extends Object
Jersey internal server-side configuration properties.- Author:
- Marek Potociar
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORM_DECODED_PROPERTYUsed internally for storingForminstance with url-decoded values inContainerRequestproperties.static StringFORM_PROPERTYUsed internally for storingForminstance with original (not url-decoded) values inContainerRequestproperties.
-
-
-
Field Detail
-
FORM_PROPERTY
public static final String FORM_PROPERTY
Used internally for storingForminstance with original (not url-decoded) values inContainerRequestproperties.- See Also:
- Constant Field Values
-
FORM_DECODED_PROPERTY
public static final String FORM_DECODED_PROPERTY
Used internally for storingForminstance with url-decoded values inContainerRequestproperties.- See Also:
- Constant Field Values
-
-