org.glassfish.jersey.server.mvc
Class MvcProperties
java.lang.Object
org.glassfish.jersey.server.mvc.MvcProperties
public final class MvcProperties
- extends Object
Jersey MVC configuration properties.
- Author:
- Michal Gajdos (michal.gajdos at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPLATE_BASE_PATH
public static final String TEMPLATE_BASE_PATH
- The base path where templates, associated with
viewables of resource classes, are located.
If this property is not set then the base path will be the root path.
Note: Do NOT set this property, this property is used as common prefix for specific
TemplateProcessor properties.
- See Also:
- Constant Field Values
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.