org.mortbay.jetty.servlet

Class Holder

public class Holder extends AbstractMap implements LifeCycle, Serializable

Version: $Id: Holder.java,v 1.18 2005/08/13 00:01:27 gregwilkins Exp $

Author: Greg Wilkins

Field Summary
protected Class_class
protected String_className
protected String_displayName
protected HttpHandler_httpHandler
protected Map_initParams
protected String_name
Constructor Summary
protected Holder()
Constructor for Serialization.
protected Holder(HttpHandler httpHandler, String name, String className)
Method Summary
SetentrySet()
Map entrySet method.
Objectget(Object name)
Map get method.
StringgetClassName()
StringgetDisplayName()
HttpContextgetHttpContext()
HttpHandlergetHttpHandler()
StringgetInitParameter(String param)
EnumerationgetInitParameterNames()
MapgetInitParameters()
StringgetName()
booleanisStarted()
ObjectnewInstance()
Objectput(Object name, Object value)
Map put method.
voidsetDisplayName(String name)
voidsetInitParameter(String param, String value)
voidstart()
voidstop()
StringtoString()

Field Detail

_class

protected transient Class _class

_className

protected String _className

_displayName

protected String _displayName

_httpHandler

protected HttpHandler _httpHandler

_initParams

protected Map _initParams

_name

protected String _name

Constructor Detail

Holder

protected Holder()
Constructor for Serialization.

Holder

protected Holder(HttpHandler httpHandler, String name, String className)

Method Detail

entrySet

public Set entrySet()
Map entrySet method. FilterHolder implements the Map interface as a configuration conveniance. The methods are mapped to the filter properties.

Returns: 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()

getHttpContext

public HttpContext getHttpContext()

getHttpHandler

public HttpHandler getHttpHandler()

getInitParameter

public String getInitParameter(String param)

getInitParameterNames

public Enumeration getInitParameterNames()

getInitParameters

public Map getInitParameters()

getName

public String getName()

isStarted

public boolean isStarted()

newInstance

public Object newInstance()

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)

start

public void start()

stop

public void stop()

toString

public String toString()
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.