|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.chorem.bow.action.BowBaseAction
org.chorem.bow.action.OrderAction
public class OrderAction
Permet de modifie l'ordre de tri des bookmarks TODO poussin 20110211 cette action n'est pas vraiment pertinente et devrait etre des options de l'action de recherche
| Field Summary | |
|---|---|
protected javax.servlet.http.HttpServletRequest |
request
|
protected String |
searchLine
|
protected String |
type
|
| Fields inherited from class org.chorem.bow.action.BowBaseAction |
|---|
log, session, UNTRANSLATED_MARKER |
| Fields inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork2.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
OrderAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getSearchLine()
|
String |
getType()
|
void |
setSearchLine(String searchLine)
|
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
|
void |
setType(String type)
|
| Methods inherited from class org.chorem.bow.action.BowBaseAction |
|---|
getBowProxy, getBowSession, getSafeText, getText, getText, getText, getText, getText, getText, getText, getText, getText, setSession |
| Methods inherited from class com.opensymphony.xwork2.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, 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 |
|---|
protected String type
protected String searchLine
protected javax.servlet.http.HttpServletRequest request
| Constructor Detail |
|---|
public OrderAction()
| Method Detail |
|---|
public String getType()
public void setType(String type)
type - the type to setpublic String getSearchLine()
public void setSearchLine(String searchLine)
searchLine - the searchLine to setpublic void setServletRequest(javax.servlet.http.HttpServletRequest request)
setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAwarepublic String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||