Package com.blackrook.small.annotation.controller
package com.blackrook.small.annotation.controller
Contains controller-centric annotations.
-
ClassDescriptionShould be used on
EntryPath
-annotated methods onController
-annotated classes.Should be used onEntryPath
-annotated methods onController
-annotated classes.Public methods with this annotation inController
-annotated classes are considered entry points via HTTP requests.An annotation used to specify a filter chain to call before anEntryPath
method is invoked on aController
.The request methods that anEntryPath
uses.If placed on aController
EntryPath
method, headers are written in the response for hinting at the fact that the returned content should not be cached by the browser.Should be used onEntryPath
-annotated methods onController
-annotated components.