@ConstrainedTo(value=SERVER) public final class JspMvcFeature extends Object implements Feature
Feature used to add support for MVC and JSP templates.
Note: This feature also registers MvcFeature.| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_BASE_PATH
String property defining the base path to JSP templates. |
| Constructor and Description |
|---|
JspMvcFeature() |
public static final String TEMPLATE_BASE_PATH
String property defining the base path to JSP templates. If set, the value of the property is added in front
of the template name defined in:
Value can be absolute or relative to current servlet context.
There is no default value.
The name of the configuration property is "jersey.config.server.mvc.templateBasePath.jsp".public boolean configure(FeatureContext context)
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.