Example usage for com.liferay.portal.kernel.events SessionAction subclass-usage

List of usage examples for com.liferay.portal.kernel.events SessionAction subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.events SessionAction subclass-usage.

Usage

From source file com.liferay.chat.hook.events.SessionDestroyAction.java

/**
 * @author Bruno Farache
 */
public class SessionDestroyAction extends SessionAction {

    @Override

From source file com.marcelmika.lims.portal.hooks.SessionDestroyAction.java

/**
 * Listens to the session destroy action.
 * Whenever it occurs it tries to login the user to the LIMS system
 * server with the credentials from the request.
 *
 * @author Ing. Marcel Mika

From source file com.vportal.portal.events.SessionDestroyAction.java

/**
 * <a href="SessionDestroyAction.java.html"><b><i>View Source</i></b></a>
 * 
 * @author Brian Wing Shun Chan
 * @author Nguyen Tuan Anh
 */

From source file com.wordpress.metaphorm.authProxy.hook.SessionCreateAction.java

/**
 * @author Stian Sigvartsen
 */
public class SessionCreateAction extends SessionAction {

    @Override

From source file com.wordpress.metaphorm.authProxy.hook.SessionDestroyAction.java

/**
 * @author Stian Sigvartsen
 */
public class SessionDestroyAction extends SessionAction {

    private static Map<String, DependencyListener> dependencyListeners;

From source file pmedia.Servlets.SessionCreateAction.java

/**
 * @author Brian Wing Shun Chan
 */
public class SessionCreateAction extends SessionAction {

    public static Map<String, HttpSession> mySessions = new HashMap<String, HttpSession>();