org.openprivacy.reptile.extensions.om
Class SettingExtension

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.om.SettingExtension

public class SettingExtension
extends java.lang.Object

Version:
$Id: SettingExtension.java,v 1.3 2002/02/22 09:17:14 burton Exp $
Author:
burtonator

Constructor Summary
SettingExtension()
           
 
Method Summary
 boolean test(java.lang.String name)
          Test that the given setting (name) == 'true'
 boolean test(java.lang.String name, java.lang.String value)
          Test that the given setting equals the given value.
 java.lang.String value(java.lang.String name)
           
 java.lang.String value(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
          Get the value of a named property with its name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingExtension

public SettingExtension()
Method Detail

test

public boolean test(java.lang.String name)
Test that the given setting (name) == 'true'


test

public boolean test(java.lang.String name,
                    java.lang.String value)
Test that the given setting equals the given value.


value

public java.lang.String value(java.lang.String name)
See Also:
value(java.lang.String)

value

public java.lang.String value(org.apache.xalan.extensions.XSLProcessorContext context,
                              org.apache.xalan.templates.ElemExtensionCall elem)
Get the value of a named property with its name.