|
||||||||||
| 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.ModifyBookmarkAction
public class ModifyBookmarkAction
Modifie une entree du bookmark
| Field Summary | |
|---|---|
protected String |
alias
|
protected String |
bookmarkId
|
protected String |
fullTextLine
|
protected String |
link
|
protected String |
name
|
protected String |
searchLine
|
protected String |
tags
|
| 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 | |
|---|---|
ModifyBookmarkAction()
|
|
| Method Summary | |
|---|---|
String |
execute()
|
String |
getAlias()
|
String |
getBookmarkId()
|
String |
getFullTextLine()
|
String |
getLink()
|
String |
getName()
|
String |
getSearchLine()
|
String |
getTags()
|
void |
setAlias(String alias)
|
void |
setBookmarkId(String bookmarkId)
|
void |
setFullTextLine(String fullTextLine)
|
void |
setLink(String link)
|
void |
setName(String name)
|
void |
setSearchLine(String searchLine)
|
void |
setTags(String tags)
|
| 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 link
protected String name
protected String alias
protected String tags
protected String bookmarkId
protected String searchLine
protected String fullTextLine
| Constructor Detail |
|---|
public ModifyBookmarkAction()
| Method Detail |
|---|
public String getLink()
public void setLink(String link)
url - the link to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getAlias()
public void setAlias(String alias)
alias - the alias to setpublic String getTags()
public void setTags(String tags)
tags - the tags to setpublic String getBookmarkId()
public void setBookmarkId(String bookmarkId)
bookmarkId - the bookmarkId to setpublic String getSearchLine()
public void setSearchLine(String searchLine)
searchLine - the searchLine to setpublic String getFullTextLine()
public void setFullTextLine(String fullTextLine)
fullTextLine - the fullTextLine to setpublic 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 | |||||||||