net.sf.doolin.oxml.action
Class OXMLActionFactory

java.lang.Object
  extended by net.sf.doolin.oxml.action.OXMLActionFactory

public class OXMLActionFactory
extends Object

Factory for OXML actions.

Author:
Damien Coraboeuf

Method Summary
 OXMLAction createAction(String name)
          Creates an OXML action from a tag name.
static OXMLActionFactory getInstance()
          Get the instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OXMLActionFactory getInstance()
Get the instance

Returns:
Action factory to be used

createAction

public OXMLAction createAction(String name)
                        throws IOException
Creates an OXML action from a tag name.

Parameters:
name - Tag name
Returns:
Corresponding action
Throws:
IOException - If the name cannot be converted to an action


Copyright © 2011. All Rights Reserved.