org.apache.commons.scxml.model
Interface PathResolverHolder

All Known Implementing Classes:
Assign, Invoke

public interface PathResolverHolder

A PathResolverHolder is an entity that holds a PathResolver.


Method Summary
 PathResolver getPathResolver()
          Get the PathResolver.
 void setPathResolver(PathResolver pathResolver)
          Set the PathResolver to use.
 

Method Detail

setPathResolver

void setPathResolver(PathResolver pathResolver)
Set the PathResolver to use.

Parameters:
pathResolver - The path resolver to use.

getPathResolver

PathResolver getPathResolver()
Get the PathResolver.

Returns:
The path resolver in use.


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.