org.apache.commons.configuration.web

Class AppletConfiguration

public class AppletConfiguration extends BaseWebConfiguration

A configuration wrapper to read applet parameters. This configuration is read only, adding or removing a property will throw an UnsupportedOperationException.

Since: 1.1

Version: $Revision: 515306 $, $Date: 2007-03-06 22:15:00 +0100 (Di, 06 Mrz 2007) $

Author: Emmanuel Bourg

Field Summary
protected Appletapplet
Stores the wrapped applet.
Constructor Summary
AppletConfiguration(Applet applet)
Create an AppletConfiguration using the initialization parameters of the specified Applet.
Method Summary
IteratorgetKeys()
ObjectgetProperty(String key)

Field Detail

applet

protected Applet applet
Stores the wrapped applet.

Constructor Detail

AppletConfiguration

public AppletConfiguration(Applet applet)
Create an AppletConfiguration using the initialization parameters of the specified Applet.

Parameters: applet the applet

Method Detail

getKeys

public Iterator getKeys()

getProperty

public Object getProperty(String key)