|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecureContainerFilter | |
|---|---|
| org.norther.tammi.spray.filter | |
| org.norther.tammi.spray.locale | |
| org.norther.tammi.spray.media | |
| org.norther.tammi.spray.protocol | |
| org.norther.tammi.spray.template | |
| Uses of SecureContainerFilter in org.norther.tammi.spray.filter |
|---|
| Subinterfaces of SecureContainerFilter 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 |
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. |
| Classes in org.norther.tammi.spray.filter that implement SecureContainerFilter | |
|---|---|
class |
AbstractSecureContainerFilter
An abstract implementation of SecureContainerFilter. |
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 |
DefaultLinkFilter
A default implementation of LinkFilter. |
class |
DefaultSecureContainerFilter
A default implementation of SecureContainerFilter. |
class |
DefaultSecureContainerKeyFilter
A default implementation of SecureContainerKeyFilter. |
| Uses of SecureContainerFilter in org.norther.tammi.spray.locale |
|---|
| Subinterfaces of SecureContainerFilter 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 SecureContainerFilter | |
|---|---|
class |
DefaultPipeFilter
A default implementation of PipeFilter. |
| Uses of SecureContainerFilter in org.norther.tammi.spray.media |
|---|
| Subinterfaces of SecureContainerFilter in org.norther.tammi.spray.media | |
|---|---|
interface |
ServiceFilter
ServiceFilter extends PipeFilter by providing support for distributing requests to service level filters and pipes. |
| Classes in org.norther.tammi.spray.media that implement SecureContainerFilter | |
|---|---|
class |
DefaultServiceFilter
A default implementation of ServiceFilter. |
| Uses of SecureContainerFilter in org.norther.tammi.spray.protocol |
|---|
| Subinterfaces of SecureContainerFilter 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 SecureContainerFilter | |
|---|---|
class |
DefaultHostFilter
A default implementation of HostFilter. |
| Uses of SecureContainerFilter in org.norther.tammi.spray.template |
|---|
| Subinterfaces of SecureContainerFilter in org.norther.tammi.spray.template | |
|---|---|
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. |
| Classes in org.norther.tammi.spray.template that implement SecureContainerFilter | |
|---|---|
class |
DefaultLayoutFilter
A default implementation of LayoutFilter. |
class |
DefaultPageFilter
A default implementation of PageFilter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||