Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- fail() - Static method in class com.blackrook.small.SmallFilterResult
- fail(SmallResponse) - Static method in class com.blackrook.small.SmallFilterResult
-
Returns a failing result with a SmallResponse.
- Filter - Annotation Interface in com.blackrook.small.annotation
-
Annotation that is used to signify that this object is a Filter with entry points.
- FilterChain - Annotation Interface in com.blackrook.small.annotation.controller
-
An annotation used to specify a filter chain to call before an
EntryPath
method is invoked on aController
. - FilterComponent - Class in com.blackrook.small.dispatch.filter
-
Creates a controller profile to assist in re-calling filters.
- FilterComponent(Object) - Constructor for class com.blackrook.small.dispatch.filter.FilterComponent
-
Creates the filter profile for a
Filter
class. - FilterEntry - Annotation Interface in com.blackrook.small.annotation.filter
-
Public methods with this annotation in
Filter
-annotated objects declare the filter entry point. - FilterEntryPoint - Class in com.blackrook.small.dispatch.filter
-
Filter entry method.
- FilterEntryPoint(FilterComponent, Method) - Constructor for class com.blackrook.small.dispatch.filter.FilterEntryPoint
-
Creates an entry method around a service profile instance.
- FilterExit - Annotation Interface in com.blackrook.small.annotation.filter
-
Public methods with this annotation in
Filter
-annotated objects declare a method to invoke when. - FilterExitPoint - Class in com.blackrook.small.dispatch.filter
-
Filter exit method.
- FilterExitPoint(FilterComponent, Method) - Constructor for class com.blackrook.small.dispatch.filter.FilterExitPoint
-
Creates an entry method around a service profile instance.
- fromJSON(Reader, Class<T>) - Method in interface com.blackrook.small.roles.JSONDriver
-
Called when an object needs to be converted to an object from JSON.
- fromJSONString(String, Class<T>) - Method in interface com.blackrook.small.roles.JSONDriver
-
Converts an object to a JSON string from an object.
- fromXML(Reader, Class<T>) - Method in interface com.blackrook.small.roles.XMLDriver
-
Called when an object needs to be converted to an object from XML.
- fromXMLString(String, Class<T>) - Method in interface com.blackrook.small.roles.XMLDriver
-
Converts an object to a XML string from an object.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form