com.eviware.soapui.model.propertyexpansion
Class PropertyExpansionUtils.GlobalPropertyExpansionContext

java.lang.Object
  extended by com.eviware.soapui.model.propertyexpansion.PropertyExpansionUtils.GlobalPropertyExpansionContext
All Implemented Interfaces:
PropertyExpansionContext
Enclosing class:
PropertyExpansionUtils

public static class PropertyExpansionUtils.GlobalPropertyExpansionContext
extends java.lang.Object
implements PropertyExpansionContext


Constructor Summary
PropertyExpansionUtils.GlobalPropertyExpansionContext()
           
 
Method Summary
 java.lang.String expand(java.lang.String content)
           
 ModelItem getModelItem()
           
 StringToObjectMap getProperties()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.String[] getPropertyNames()
           
 boolean hasProperty(java.lang.String name)
           
 java.lang.Object removeProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyExpansionUtils.GlobalPropertyExpansionContext

public PropertyExpansionUtils.GlobalPropertyExpansionContext()
Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface PropertyExpansionContext

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface PropertyExpansionContext

hasProperty

public boolean hasProperty(java.lang.String name)
Specified by:
hasProperty in interface PropertyExpansionContext

removeProperty

public java.lang.Object removeProperty(java.lang.String name)
Specified by:
removeProperty in interface PropertyExpansionContext

getPropertyNames

public java.lang.String[] getPropertyNames()
Specified by:
getPropertyNames in interface PropertyExpansionContext

getModelItem

public ModelItem getModelItem()
Specified by:
getModelItem in interface PropertyExpansionContext

expand

public java.lang.String expand(java.lang.String content)
Specified by:
expand in interface PropertyExpansionContext

getProperties

public StringToObjectMap getProperties()
Specified by:
getProperties in interface PropertyExpansionContext


Copyright © 2005-2009 eviware.com. All Rights Reserved.