|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaContentFilter
An interface to filters processing requests referring to media content. Mime type specific resource providers registered to the container resolve media content.
| Method Summary | |
|---|---|
void |
clearFixedPaths()
Clears all fixed content paths. |
Set |
fixedKeySet()
Returns a read-only set of fixed path keys. |
String |
getFixedPath(String key)
Gets a fixed content path. |
void |
removeFixedPath(String key)
Removes a fixed content path. |
void |
setFixedPath(String key,
String path)
Sets a fixed content path. |
| Methods inherited from interface org.norther.tammi.core.base.Container |
|---|
clear, containsKey, get, getContainerKey, getContainerKey, getContainerKey, getMBean, getMBeanInterface, getMBeanInterface, getObjectName, getObjectNames, getQueryPattern, registryKeySet, registryKeySet, registryKeySet, registryKeySet, registryMap, registrySize, remove, setMBeanInterface, setQueryPattern, setQueryPattern |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Method Detail |
|---|
String getFixedPath(String key)
key - the path key.
void setFixedPath(String key,
String path)
key - the path key.path - a fixed content path.void removeFixedPath(String key)
key - the path key.void clearFixedPaths()
Set fixedKeySet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||