com.plumtree.portalpages.browsing.gateway
Class TagEngineUtils

java.lang.Object
  extended by com.plumtree.portalpages.browsing.gateway.TagEngineUtils

public class TagEngineUtils
extends java.lang.Object

This class contains utilities for the integration between the Gateway and the Tag Engine.


Constructor Summary
TagEngineUtils()
           
 
Method Summary
 boolean IsHostedModeTag(IXMLFragment _tag)
          This helper method determines whether or not the given display mode tag is set to hosted mode.
 boolean IsHostedModeTag(java.lang.Object[][] _arrXML)
          This helper method determines whether or not the given display mode tag is set to hosted mode.
 boolean NeedsCSAPIinNonHostedPage(XPArrayList _markupList)
          This method determines whether or not we will need to include the JS includes data in the head.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagEngineUtils

public TagEngineUtils()
Method Detail

NeedsCSAPIinNonHostedPage

public boolean NeedsCSAPIinNonHostedPage(XPArrayList _markupList)
This method determines whether or not we will need to include the JS includes data in the head. If this page is hosted, then the portal banner will handle the JS includes and we don't have to. Hosted mode will make this method return false.

Parameters:
_markupList -
Returns:
true if we need to add the JSIncludes data.

IsHostedModeTag

public boolean IsHostedModeTag(IXMLFragment _tag)
This helper method determines whether or not the given display mode tag is set to hosted mode.

Parameters:
_tag -
Returns:
whether or not the given display mode tag is set to hosted mode.

IsHostedModeTag

public boolean IsHostedModeTag(java.lang.Object[][] _arrXML)
This helper method determines whether or not the given display mode tag is set to hosted mode.

Parameters:
_tag -
Returns:
whether or not the given display mode tag is set to hosted mode.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.