org.openprivacy.reptile.extensions
Class SystemPropertiesExtension

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.SystemPropertiesExtension

public class SystemPropertiesExtension
extends java.lang.Object

Handles parsing out JMV properties and providing them as an extension.

Version:
$Id: SystemPropertiesExtension.java,v 1.1 2002/07/04 20:35:04 burton Exp $
Author:
Kevin A. Burton

Field Summary
static java.lang.String RENDEZVOUS_MODE
           
 
Constructor Summary
SystemPropertiesExtension()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
          Return the value of the given system property.
 boolean isRendezvous()
          Return true of this node is operating in rendezvous mode.
 org.w3c.dom.NodeList properties(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDEZVOUS_MODE

public static final java.lang.String RENDEZVOUS_MODE
See Also:
Constant Field Values
Constructor Detail

SystemPropertiesExtension

public SystemPropertiesExtension()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)
Return the value of the given system property.


properties

public org.w3c.dom.NodeList properties(org.apache.xalan.extensions.XSLProcessorContext context,
                                       org.apache.xalan.templates.ElemExtensionCall elem)

isRendezvous

public boolean isRendezvous()
Return true of this node is operating in rendezvous mode.