org.kuali.rice.kew.engine.node.var.schemes
Class URLScheme
java.lang.Object
org.kuali.rice.kew.engine.node.var.schemes.URLScheme
- All Implemented Interfaces:
- PropertyScheme
public class URLScheme
- extends Object
- implements PropertyScheme
A property scheme that interprets the locator as a URL.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
URLScheme
public URLScheme()
getName
public String getName()
- Description copied from interface:
PropertyScheme
- Scheme name
- Specified by:
getName
in interface PropertyScheme
- Returns:
- scheme name
getShortName
public String getShortName()
- Description copied from interface:
PropertyScheme
- Short scheme name
- Specified by:
getShortName
in interface PropertyScheme
- Returns:
- short scheme name
load
public Object load(Property property,
RouteContext context)
- Description copied from interface:
PropertyScheme
- Loads/resolves a Property
- Specified by:
load
in interface PropertyScheme
- Parameters:
property
- the property to resolvecontext
- the current RouteContext
- Returns:
- the loaded/resolved value
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.