Package org.broadleafcommerce.common.web.controller.annotation
package org.broadleafcommerce.common.web.controller.annotation
-
Annotation InterfacesClassDescriptionEnables
FrameworkControllerandFrameworkRestControllerannotations.Enables onlyFrameworkControllerannotations, which are the MVC controllers.Enables onlyFrameworkRestControllerannotations, which are the RESTful controllers.Indicates that an annotated class is a "Framework Controller" (default MVC controller).This annotation behaves exactly likeRequestMappingexcept it is used insideFrameworkControllerandFrameworkRestControllercontrollers.Indicates that an annotated class is a "Framework REST Controller" (default RESTful controller).