org.apache.struts2.showcase.ajax
Class Example4ShowPanelAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.apache.struts2.showcase.ajax.Example4ShowPanelAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

public class Example4ShowPanelAction
extends com.opensymphony.xwork2.ActionSupport

Version:
$Date: 2006-11-06 16:01:43 +0100 (Mon, 06 Nov 2006) $ $Id: Example4ShowPanelAction.java 471756 2006-11-06 15:01:43Z husted $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
Example4ShowPanelAction()
           
 
Method Summary
 String getGender()
           
 String getName()
           
 String getTodayDate()
           
 String getTodayTime()
           
 String panel1()
           
 String panel2()
           
 String panel3()
           
 void setGender(String gender)
           
 void setName(String name)
           
 
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, setContainer, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example4ShowPanelAction

public Example4ShowPanelAction()
Method Detail

panel1

public String panel1()
              throws Exception
Throws:
Exception

panel2

public String panel2()
              throws Exception
Throws:
Exception

panel3

public String panel3()
              throws Exception
Throws:
Exception

getGender

public String getGender()

setGender

public void setGender(String gender)

getName

public String getName()

setName

public void setName(String name)

getTodayDate

public String getTodayDate()

getTodayTime

public String getTodayTime()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.