public class HttpServletResourceEntryPointManager extends Object
| Constructor and Description |
|---|
HttpServletResourceEntryPointManager() |
| Modifier and Type | Method and Description |
|---|---|
static HttpServletResourceEntryPoint |
getResourceEntryPoint(String name) |
static void |
putResourceEntryPoint(String name,
HttpServletResourceEntryPoint resourceEntryPoint) |
static void |
removeResourceEntryPoint(String name) |
public HttpServletResourceEntryPointManager()
public static HttpServletResourceEntryPoint getResourceEntryPoint(String name)
name - public static void removeResourceEntryPoint(String name)
name - public static void putResourceEntryPoint(String name, HttpServletResourceEntryPoint resourceEntryPoint)
name - resourceEntryPoint - Copyright © 2016. All rights reserved.