Plumtree Portal UI  
 

IHeadPreprocessor.PreprocessHead Method (XPArrayList, ISessionManager, IEnvironment, Boolean)

This function pre-processes the head element of this HTML document to make sure it is in the proper format. If necessary, this will add the HeadIncludes tag as well as create the HEAD element if it does not exist. This should only be called for main pages. NOTE: PreprocessHead needs to be called at least once per request, otherwise the shared JavaScript will not be added to the page. Otherwise, the GetSharedJavaScriptForMultipleMarkupAsElement method needs to be called or the shared JavaScript will not be displayed.

void PreprocessHead(
   XPArrayList _markupList,
   ISessionManager _Session,
   IEnvironment _Environment,
   bool _bForceHead
);

Parameters

_markupList
_Session
_Environment
_bForceHead

See Also

IHeadPreprocessor Interface | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace | IHeadPreprocessor.PreprocessHead Overload List