org.glassfish.jersey.server.internal
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 (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORM_PROPERTY
public static final String FORM_PROPERTY
- Used internally for storing
Form instance with original (not url-decoded) values in
ContainerRequest properties.
- See Also:
- Constant Field Values
FORM_DECODED_PROPERTY
public static final String FORM_DECODED_PROPERTY
- Used internally for storing
Form instance with url-decoded values in
ContainerRequest properties.
- See Also:
- Constant Field Values
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.