|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.apache.struts2.showcase.action.AbstractCRUDAction
org.apache.struts2.showcase.action.SkillAction
public class SkillAction
SkillAction.
| Field Summary | |
|---|---|
protected SkillDao |
skillDao
|
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
SkillAction()
|
|
| Method Summary | |
|---|---|
Skill |
getCurrentSkill()
|
protected Dao |
getDao()
|
java.lang.String |
getSkillName()
|
void |
prepare()
This method is called to allow the action to prepare itself. |
java.lang.String |
save()
|
void |
setCurrentSkill(Skill currentSkill)
|
void |
setSkillDao(SkillDao skillDao)
|
void |
setSkillName(java.lang.String skillName)
|
| Methods inherited from class org.apache.struts2.showcase.action.AbstractCRUDAction |
|---|
delete, fetch, getAvailableItems, getToDelete, list, setToDelete |
| 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, 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 |
|---|
protected SkillDao skillDao
| Constructor Detail |
|---|
public SkillAction()
| Method Detail |
|---|
public java.lang.String getSkillName()
public void setSkillName(java.lang.String skillName)
protected Dao getDao()
getDao in class AbstractCRUDActionpublic void setSkillDao(SkillDao skillDao)
public Skill getCurrentSkill()
public void setCurrentSkill(Skill currentSkill)
public void prepare()
throws java.lang.Exception
prepare in interface com.opensymphony.xwork2.Preparablejava.lang.Exception - thrown if a system level exception occurs.
public java.lang.String save()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||