org.apache.maven.continuum.web.action
Class PlexusActionSupport

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.apache.maven.continuum.web.action.PlexusActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable, org.apache.struts2.interceptor.SessionAware
Direct Known Subclasses:
ContinuumActionSupport, ContinuumTabAction

public abstract class PlexusActionSupport
extends com.opensymphony.xwork2.ActionSupport
implements org.apache.struts2.interceptor.SessionAware

LogEnabled and SessionAware ActionSupport

Version:
$Id: PlexusActionSupport.java 1372267 2012-08-13 05:47:30Z brett $
Author:
Emmanuel Venisse
See Also:
Serialized Form

Field Summary
protected  Map session
           
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
PlexusActionSupport()
           
 
Method Summary
 void setSession(Map map)
           
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected Map session
Constructor Detail

PlexusActionSupport

public PlexusActionSupport()
Method Detail

setSession

public void setSession(Map map)
Specified by:
setSession in interface org.apache.struts2.interceptor.SessionAware


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.