|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public String[] getVirtualHosts(String[] hosts)
hosts - the default virtual host array
public String[] getConnectors(String[] connectors)
connectors - the default connector array
public String[] getWelcomeFiles(String[] values)
values - the default welcome file values
public ClassLoader getClassLoader(ClassLoader classloader)
classloader - the default classloader
public String getContextPath()
public String getDisplayName(String name)
name - the default name
public Map getMimeTypes(Map map)
map - the default value
public ErrorHandler getErrorHandler(ErrorHandler handler)
handler - the default handler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||