Interface PropertyConstants
-
public interface PropertyConstantsThe Property constants for Microsphere Spring WebMVC- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMICROSPHERE_SPRING_WEBMVC_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Spring WebMVC: "microsphere.spring.webmvc."static java.lang.StringMICROSPHERE_SPRING_WEBMVC_VIEW_RESOLVER_PROPERTY_NAME_PREFIXThe property name prefix of Microsphere Spring WebMVC View Resolver: "microsphere.spring.webmvc.view-resolver."
-
-
-
Field Detail
-
MICROSPHERE_SPRING_WEBMVC_PROPERTY_NAME_PREFIX
static final java.lang.String MICROSPHERE_SPRING_WEBMVC_PROPERTY_NAME_PREFIX
The property name prefix of Microsphere Spring WebMVC: "microsphere.spring.webmvc."- See Also:
- Constant Field Values
-
MICROSPHERE_SPRING_WEBMVC_VIEW_RESOLVER_PROPERTY_NAME_PREFIX
static final java.lang.String MICROSPHERE_SPRING_WEBMVC_VIEW_RESOLVER_PROPERTY_NAME_PREFIX
The property name prefix of Microsphere Spring WebMVC View Resolver: "microsphere.spring.webmvc.view-resolver."- See Also:
- Constant Field Values
-
-