org.mortbay.jetty.servlet
Class Holder
AbstractMap
org.mortbay.jetty.servlet.Holder
- LifeCycle, Serializable
public class Holder
extends AbstractMap
$Id: Holder.java,v 1.18 2005/08/13 00:01:27 gregwilkins Exp $
_class
protected Class _class
_className
protected String _className
_displayName
protected String _displayName
_initParams
protected Map _initParams
_name
protected String _name
Holder
protected Holder()
Constructor for Serialization.
Holder
protected Holder(HttpHandler httpHandler,
String name,
String className)
entrySet
public Set entrySet()
Map entrySet method.
FilterHolder implements the Map interface as a
configuration conveniance. The methods are mapped to the
filter properties.
- The entrySet of the initParameter map
get
public Object get(Object name)
Map get method.
FilterHolder implements the Map interface as a
configuration conveniance. The methods are mapped to the
filter properties.
getClassName
public String getClassName()
getDisplayName
public String getDisplayName()
getInitParameter
public String getInitParameter(String param)
getInitParameterNames
public Enumeration getInitParameterNames()
getInitParameters
public Map getInitParameters()
getName
public String getName()
newInstance
public Object newInstance()
throws InstantiationException,
IllegalAccessException
put
public Object put(Object name,
Object value)
Map put method.
FilterHolder implements the Map interface as a
configuration conveniance. The methods are mapped to the
filter properties.
setDisplayName
public void setDisplayName(String name)
setInitParameter
public void setInitParameter(String param,
String value)
toString
public String toString()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.