|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextHandlerContext
Common http context handler context contract.
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader(ClassLoader classloader)
Get the classloader to assign to the context handler. |
String[] |
getConnectors(String[] connectors)
Get the array of connectors. |
String |
getContextPath()
Get the context path under which the http context instance will be associated. |
String |
getDisplayName(String name)
Get the context handler display name. |
ErrorHandler |
getErrorHandler(ErrorHandler handler)
Get the assigned error handler. |
Map |
getMimeTypes(Map map)
Get the mime type mapping. |
String[] |
getVirtualHosts(String[] hosts)
Get the array of virtual hosts. |
String[] |
getWelcomeFiles(String[] values)
Get the array of welcome files. |
| Method Detail |
|---|
String[] getVirtualHosts(String[] hosts)
hosts - the default virtual host array
String[] getConnectors(String[] connectors)
connectors - the default connector array
String[] getWelcomeFiles(String[] values)
values - the default welcome file values
ClassLoader getClassLoader(ClassLoader classloader)
classloader - the default classloader
String getContextPath()
String getDisplayName(String name)
name - the default name
Map getMimeTypes(Map map)
map - the default value
ErrorHandler getErrorHandler(ErrorHandler handler)
handler - the default handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||