Class ThymeleafMvcFeature
- java.lang.Object
-
- org.glassfish.jersey.server.mvc.thymeleaf.ThymeleafMvcFeature
-
- All Implemented Interfaces:
Feature
@ConstrainedTo(SERVER) public final class ThymeleafMvcFeature extends Object implements Feature
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_TEMPLATESstatic StringCACHE_TTLMSstatic StringENCODINGstatic StringSUFFIXstatic StringTEMPLATE_BASE_PATHstatic StringTEMPLATE_FILE_SUFFIXstatic StringTEMPLATE_MODEstatic StringTEMPLATE_OBJECT_FACTORY
-
Constructor Summary
Constructors Constructor Description ThymeleafMvcFeature()
-
-
-
Field Detail
-
SUFFIX
public static final String SUFFIX
- See Also:
- Constant Field Values
-
TEMPLATE_BASE_PATH
public static final String TEMPLATE_BASE_PATH
- See Also:
- Constant Field Values
-
CACHE_TEMPLATES
public static final String CACHE_TEMPLATES
- See Also:
- Constant Field Values
-
TEMPLATE_OBJECT_FACTORY
public static final String TEMPLATE_OBJECT_FACTORY
- See Also:
- Constant Field Values
-
ENCODING
public static final String ENCODING
- See Also:
- Constant Field Values
-
TEMPLATE_FILE_SUFFIX
public static final String TEMPLATE_FILE_SUFFIX
- See Also:
- Constant Field Values
-
TEMPLATE_MODE
public static final String TEMPLATE_MODE
- See Also:
- Constant Field Values
-
CACHE_TTLMS
public static final String CACHE_TTLMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public boolean configure(FeatureContext context)
-
-