 |
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInitParameters
public Map<String,String> getInitParameters()
Returns a mutable Map of the registration init-parameters.
- Returns:
- the init parameters
-
addInitParameter
public void addInitParameter(String name,
String value)
Add a single init-parameter, replacing any existing parameter with the same name.
- Parameters:
name - the init-parameter name
value - the init-parameter value
-
register
protected final void register(String description,
ServletContext servletContext)
Register this bean with the servlet context.
- Specified by:
register in class RegistrationBean
- Parameters:
description - a description of the item being registered
servletContext - the servlet context
|
|