com.endeca.mobile.tags
Class DynamicNavStateGroupListTag

java.lang.Object
  extended by com.endeca.mobile.tags.DynamicNavStateGroupListTag
All Implemented Interfaces:
com.endeca.content.assembler.TagHandler

public class DynamicNavStateGroupListTag
extends java.lang.Object
implements com.endeca.content.assembler.TagHandler

A reference implementation of the TagHandler interface. This tag handler converts an integer XML element into an Integer object.

See Also:
TagHandler

Constructor Summary
DynamicNavStateGroupListTag()
           
 
Method Summary
 java.lang.Object evaluate(com.endeca.content.assembler.ContentContext pContentContext, org.w3c.dom.Element pElement)
          Evaluates the given XML element and returns a NavStateGroupList or null
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicNavStateGroupListTag

public DynamicNavStateGroupListTag()
Method Detail

evaluate

public java.lang.Object evaluate(com.endeca.content.assembler.ContentContext pContentContext,
                                 org.w3c.dom.Element pElement)
                          throws com.endeca.content.ContentException
Evaluates the given XML element and returns a NavStateGroupList or null

Specified by:
evaluate in interface com.endeca.content.assembler.TagHandler
Returns:
a NavStateGroupList or null.
Throws:
com.endeca.content.ContentException
See Also:
TagHandler.evaluate(ContentContext, Element)