|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebAppContextHandler.Context
HTTP static resource vontext handler parameters.
| Method Summary | |
|---|---|
boolean |
getExtractionPolicy(boolean policy)
Get the war extraction policy. |
PermissionCollection |
getPermissions(PermissionCollection permissions)
Get the assigned permission collection. |
Map |
getResourceAliases(Map map)
Get the resource alias map. |
SecurityHandler |
getSecurityHandler(SecurityHandler handler)
Get the assigned security handler. |
ServletHandler |
getServletHandler(ServletHandler handler)
Get the assigned servlet handler. |
SessionHandler |
getSessionHandler(SessionHandler handler)
Get the assigned session handler. |
File |
getTempDirectory(File dir)
Get the assigned temp directory. |
URI |
getWar()
Get the war artifact uri. |
| Methods inherited from interface net.dpml.http.ContextHandlerContext |
|---|
getClassLoader, getConnectors, getContextPath, getDisplayName, getErrorHandler, getMimeTypes, getVirtualHosts, getWelcomeFiles |
| Method Detail |
|---|
URI getWar()
File getTempDirectory(File dir)
dir - the default temp directory
Map getResourceAliases(Map map)
map - the default mapping
boolean getExtractionPolicy(boolean policy)
policy - the default policy (true)
PermissionCollection getPermissions(PermissionCollection permissions)
permissions - the default permissions value
SecurityHandler getSecurityHandler(SecurityHandler handler)
handler - the default value
SessionHandler getSessionHandler(SessionHandler handler)
handler - the default value
ServletHandler getServletHandler(ServletHandler handler)
handler - the default value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||