Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.events.SessionAction

Packages that use SessionAction
com.liferay.portal.events   
com.liferay.portal.kernel.events   
com.liferay.portal.struts   
 

Uses of SessionAction in com.liferay.portal.events
 

Subclasses of SessionAction in com.liferay.portal.events
 class ChannelSessionDestroyAction
           
 class GarbageCollectorAction
           
 class SessionCreateAction
           
 class SessionDestroyAction
           
 

Uses of SessionAction in com.liferay.portal.kernel.events
 

Subclasses of SessionAction in com.liferay.portal.kernel.events
 class InvokerSessionAction
           
 

Constructors in com.liferay.portal.kernel.events with parameters of type SessionAction
InvokerSessionAction(SessionAction sessionAction)
           
InvokerSessionAction(SessionAction sessionAction, ClassLoader classLoader)
           
 

Uses of SessionAction in com.liferay.portal.struts
 

Subclasses of SessionAction in com.liferay.portal.struts
 class SessionAction
          Deprecated. Moved to SessionAction
 


Liferay 6.1.2-ce-ga3