|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagStrategyFactory
Factory for tag strategies.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
TagStrategy| Method Summary | |
|---|---|
TagStrategy |
getTagStrategy(String tag)
Factory method to get a strategy to process a node with the given name. |
TagStrategy |
getTagStrategy(VoiceXmlNode node)
Factory method to get a strategy to process the given node. |
| Method Detail |
|---|
TagStrategy getTagStrategy(VoiceXmlNode node)
node - The node to process.
null if there
is no suitable strategy.TagStrategy getTagStrategy(String tag)
tag - Tagname of the node to process.
null if there is no suitable strategy.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||