This project has retired. For details please refer to its
Attic page .
SystemPropertyModule (Cocoon Sitemap Components 1.0.0 API)
org.apache.cocoon.components.modules.input
Class SystemPropertyModule
java.lang.Object
org.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.cocoon.components.modules.input.AbstractJXPathModule
org.apache.cocoon.components.modules.input.SystemPropertyModule
All Implemented Interfaces: Configurable , Disposable , org.apache.cocoon.components.modules.input.InputModule, ThreadSafe
public class SystemPropertyModule extends org.apache.cocoon.components.modules.input.AbstractJXPathModuleimplements ThreadSafe
SystemPropertyModule is an JXPath based InputModule implementation that
provides access to system properties.
Available system properties are defined by Java's System.getProperties() .
JXPath allows to apply XPath functions to system properties.
If there is a security manager, its checkPropertiesAccess
method is called with no arguments. This may result in a security exception
which is wrapped into a configuration exception and re-thrown.
Version:
$Id: SystemPropertyModule.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractJXPathModule
configuration, parameter
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
settings
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule
ROLE
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractJXPathModule
configure, getAttribute, getAttributeNames, getAttributeValues
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule
dispose
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
SystemPropertyModule
public SystemPropertyModule ()
getContextObject
protected Object getContextObject (Configuration modeConf,
Map objectModel)
Throws:
SecurityException - if access is denied
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.