Constructor and Description |
---|
CustomAction(String namespaceURI,
String localName,
Class actionClass)
Constructor, if the namespace or local name is null or empty,
or if the implementation is not an
Action , an
IllegalArgumentException is thrown. |
Modifier and Type | Method and Description |
---|---|
Class |
getActionClass()
Get this custom action's implementation.
|
String |
getLocalName()
Get the local name for this custom action.
|
String |
getNamespaceURI()
Get the namespace URI for this custom action.
|
public CustomAction(String namespaceURI, String localName, Class actionClass)
Action
, an
IllegalArgumentException
is thrown.namespaceURI
- The namespace URI for this custom action.localName
- The local name for this custom action.actionClass
- The Action
subclass implementing this
custom action.public Class getActionClass()
public String getLocalName()
public String getNamespaceURI()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.