com.clican.pluto.cms.ui.action.BaseAction.java Source code

Java tutorial

Introduction

Here is the source code for com.clican.pluto.cms.ui.action.BaseAction.java

Source

/**
 * The Clican-Pluto software suit is Copyright 2009, Clican Company
 * and individual contributors, and is licensed under the GNU LGPL.
 *
 * @author wezhang
 *
 */
package com.clican.pluto.cms.ui.action;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

public abstract class BaseAction implements java.io.Serializable {

    /**
     * 
     */
    private static final long serialVersionUID = -2619483835745954820L;

    protected Log log = LogFactory.getLog(getClass());

}

// $Id$