Plumtree Portal UI  
 

IHeadPreprocessor.PreprocessHead Method

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.

Overload List

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,ISessionManager,IEnvironment,bool);

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.

object[][] PreprocessHead(object[][],ISessionManager,IEnvironment,bool);

See Also

IHeadPreprocessor Interface | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace