|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CGIBinFilter
An interface to filters processing CGI requests where the path info of the request points to a static file.
| Field Summary | |
|---|---|
static String |
DEFAULT_INDEX
The default index. |
| Method Summary | |
|---|---|
String |
getContentKey()
Gets the path finder key for resolving content paths. |
String |
getDefaultIndex()
Gets the default index file of the filter. |
String |
getProgramKey()
Gets the path finder key for resolving program paths. |
void |
setContentKey(String key)
Sets the path finder key for resolving content paths. |
void |
setDefaultIndex(String index)
Sets the default index file of the filter. |
void |
setProgramKey(String key)
Sets the path finder key for resolving program paths. |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Field Detail |
|---|
static final String DEFAULT_INDEX
| Method Detail |
|---|
String getDefaultIndex()
void setDefaultIndex(String index)
index - a default index file.String getProgramKey()
void setProgramKey(String key)
key - the path finder key.String getContentKey()
void setContentKey(String key)
key - the path finder key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||