Plumtree Portal UI  
 

TagVisitor Constructor 

Constructor for TagVisitor. This should only be called by the tag framework.

public TagVisitor(
   TagState _tagState,
   IEnvironment _environment,
   HTMLElementCollection _sharedJavaScript
);

Parameters

_tagState
The TagState object for this portlet request.
_environment
The environment for this HTTP request.
_sharedJavaScript

See Also

TagVisitor Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace