Package org.broadleafcommerce.common.web.controller.annotation
package org.broadleafcommerce.common.web.controller.annotation
-
Annotation InterfacesClassDescriptionEnables
FrameworkController
andFrameworkRestController
annotations.Enables onlyFrameworkController
annotations, which are the MVC controllers.Enables onlyFrameworkRestController
annotations, which are the RESTful controllers.Indicates that an annotated class is a "Framework Controller" (default MVC controller).This annotation behaves exactly likeRequestMapping
except it is used insideFrameworkController
andFrameworkRestController
controllers.Indicates that an annotated class is a "Framework REST Controller" (default RESTful controller).