Plumtree Portal UI  
 

TagState Constructor 

Creates a TagState object. The TagState object contains portlet request specific data and must either be reset between requests or re-created.

public TagState(
   IApplication _application,
   ISessionManager _session,
   ISessionManager _persistentSession,
   XPHashtable _httpRequestData
);

Parameters

_application
The HTTP Application
_session
The sub-session
_persistentSession
The persistent sub-session
_httpRequestData

See Also

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