|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KeyFilter in org.norther.tammi.spray.filter |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.filter | |
|---|---|
interface |
BranchingFilter
BranchingFilter extends SecureContainerKeyFilter by passing an incoming request to one of its contained filters based on some implementation specific mapping. |
interface |
ContainerKeyFilter
ContainerKeyFilter extends KeyFilter by adding container functionality to the filter. |
interface |
LinkFilter
LinkFilter extends BranchingFilter by proviving support to represent its branches as links to the corresponding filters. |
interface |
SecureContainerKeyFilter
SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter with an access controller. |
interface |
SecureKeyFilter
SecureKeyFilter extends KeyFilter by protecting the filter with an access controller. |
| Classes in org.norther.tammi.spray.filter that implement KeyFilter | |
|---|---|
class |
AbstractContainerKeyFilter
An abstract implementation of ContainerKeyFilter. |
class |
AbstractSecureContainerKeyFilter
An abstract implementation of SecureContainerKeyFilter. |
class |
DefaultBranchingFilter
A default implementation of BranchingFilter applying the filter key first to request attributes and then to request parameters to obtain the mapping key of the filter branch. |
class |
DefaultContainerKeyFilter
A default implementation of ContainerKeyFilter. |
class |
DefaultKeyFilter
A default implementation of KeyFilter. |
class |
DefaultLinkFilter
A default implementation of LinkFilter. |
class |
DefaultSecureContainerKeyFilter
A default implementation of SecureContainerKeyFilter. |
class |
DefaultSecureKeyFilter
A default implementation of SecureKeyFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.locale |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.locale | |
|---|---|
interface |
PipeFilter
PipeFilter maintains links to branching pipes and serves as the default source of their localized resources. |
| Classes in org.norther.tammi.spray.locale that implement KeyFilter | |
|---|---|
class |
DefaultPipeFilter
A default implementation of PipeFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.media |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.media | |
|---|---|
interface |
FileUploadFilter
An interface to filters processing multipart/form-data requests that contain file(s) to be uploaded. |
interface |
MediaContentKeyFilter
An interface to filters processing requests where a specific parameter key value refers to media content. |
interface |
ServiceFilter
ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes. |
interface |
TemporaryContentKeyFilter
An interface to filters processing requests where a specific parameter key value refers to temporary content deleted after response. |
| Classes in org.norther.tammi.spray.media that implement KeyFilter | |
|---|---|
class |
AbstractMediaContentKeyFilter
An abstract implementation of MediaContentKeyFilter. |
class |
DefaultFileUploadFilter
A default implementation of FileUploadFilter. |
class |
DefaultMediaContentKeyFilter
A default implementation of MediaContentKeyFilter. |
class |
DefaultServiceFilter
A default implementation of ServiceFilter. |
class |
DefaultTemporaryContentKeyFilter
A default implementation of TemporaryContentKeyFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.monitor |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.monitor | |
|---|---|
interface |
MonitorFilter
A filter for request monitoring. |
| Classes in org.norther.tammi.spray.monitor that implement KeyFilter | |
|---|---|
class |
DefaultMonitorFilter
A default implementation of MonitorFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.protocol |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.protocol | |
|---|---|
interface |
HostFilter
HostFilter extends PipeFilter to support distribution of requests to host specific filters and pipes identified by the requested server name. |
| Classes in org.norther.tammi.spray.protocol that implement KeyFilter | |
|---|---|
class |
DefaultHostFilter
A default implementation of HostFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.template |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.template | |
|---|---|
interface |
FlowFilter
FlowFilter provides control over a series of templates forming a step by step process of validated user input and output. |
interface |
FormFilter
FormFilter supports rendering and validation of form-based input. |
interface |
LayoutFilter
LayoutFilter extends PageFilter by adding support for layouts, which are templates placing the content of the page template inside some standardized layout content. |
interface |
PageFilter
PageFilter executes and evaluates templates specified in URL parameters of the request. |
interface |
SkinFilter
An interface to filters providing skins for web pages. |
interface |
TaskFilter
TaskFilter executes tasks specified in URL parameters of the request. |
| Classes in org.norther.tammi.spray.template that implement KeyFilter | |
|---|---|
class |
DefaultFlowFilter
A default implementation of FlowFilter. |
class |
DefaultFormFilter
A default implementation of FormFilter. |
class |
DefaultLayoutFilter
A default implementation of LayoutFilter. |
class |
DefaultPageFilter
A default implementation of PageFilter. |
class |
DefaultSkinFilter
A default implementation of SkinFilter. |
class |
DefaultTaskFilter
A default implementation of TaskFilter. |
| Uses of KeyFilter in org.norther.tammi.spray.terminal |
|---|
| Subinterfaces of KeyFilter in org.norther.tammi.spray.terminal | |
|---|---|
interface |
LocaleFilter
An interface to filters localizing the response. |
interface |
TerminalFilter
An interface to filters determining the properties of the terminal. |
| Classes in org.norther.tammi.spray.terminal that implement KeyFilter | |
|---|---|
class |
DefaultLocaleFilter
A default implementation of LocaleFilter. |
class |
DefaultTerminalFilter
A default implementation of TerminalFilter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||