|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagStrategy | |
|---|---|
| org.jvoicexml.interpreter | This package contains the core interpreter. |
| org.jvoicexml.interpreter.tagstrategy | This package contains strategies to execute a VoiceXML node,
implementing TagStrategy. |
| Uses of TagStrategy in org.jvoicexml.interpreter |
|---|
| Methods in org.jvoicexml.interpreter that return TagStrategy | |
|---|---|
TagStrategy |
TagStrategyFactory.getTagStrategy(String tag)
Factory method to get a strategy to process a node with the given name. |
TagStrategy |
TagStrategyFactory.getTagStrategy(VoiceXmlNode node)
Factory method to get a strategy to process the given node. |
TagStrategy |
TagStrategy.newInstance()
Factory method to get a new instance of this strategy. |
| Uses of TagStrategy in org.jvoicexml.interpreter.tagstrategy |
|---|
| Classes in org.jvoicexml.interpreter.tagstrategy that implement TagStrategy | |
|---|---|
class |
IfStrategy
Strategy of the FIA to execute an <if> node. |
| Methods in org.jvoicexml.interpreter.tagstrategy that return TagStrategy | |
|---|---|
TagStrategy |
JVoiceXmlTagStrategyFactory.getTagStrategy(String tag)
Factory method to get a strategy to process a node with the given name. |
TagStrategy |
InitializationTagStrategyFactory.getTagStrategy(String tag)
Factory method to get a strategy to process a node with the given name. |
TagStrategy |
JVoiceXmlTagStrategyFactory.getTagStrategy(VoiceXmlNode node)
Factory method to get a strategy to process the given node. |
TagStrategy |
InitializationTagStrategyFactory.getTagStrategy(VoiceXmlNode node)
Factory method to get a strategy to process the given node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||