public class BowBaseAction
extends org.nuiton.web.struts2.BaseAction
implements org.apache.struts2.interceptor.SessionAware
| Modifier and Type | Field and Description |
|---|---|
protected BookmarkUtils |
bookmarkUtils |
protected BowConfig |
config
Configuration, default null for lazy loading
|
protected static String |
CONTEXT_ACTION_KEY |
protected int |
first
indice du 1er element a recuperer, on en recupere le nombre defini
dans les preferences utilisateur.
|
protected String |
fullTextLine
La ligne de recherche fulltext
|
protected List<String> |
listId
des identifiants de bookmark a recherche explicitemnet
|
protected String |
order
l'ordre d'affichage des resultats
|
protected static List<String> |
possibleOrder
Liste des valeurs de tri possible
|
protected Map<String,Object> |
session |
protected String |
tagLine
Les tags a recherche separer par un espace
|
static String |
UNTRANSLATED_MARKER |
| Constructor and Description |
|---|
BowBaseAction() |
| Modifier and Type | Method and Description |
|---|---|
BookmarkUtils |
getBookmarkUtils() |
BowProxy |
getBowProxy() |
BowSession |
getBowSession() |
BowConfig |
getConfig() |
int |
getFirst() |
String |
getFullTextLine() |
List<String> |
getListId() |
String |
getOrder() |
static List<String> |
getPossibleOrder() |
String |
getTagLine() |
void |
setFirst(int first) |
void |
setFullTextLine(String fullTextLine) |
void |
setListId(List<String> listId) |
void |
setOrder(String order) |
void |
setSession(Map<String,Object> session) |
void |
setTagLine(String tagLine) |
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected static final String CONTEXT_ACTION_KEY
public static final String UNTRANSLATED_MARKER
protected transient BowConfig config
protected transient BookmarkUtils bookmarkUtils
protected String tagLine
protected String fullTextLine
protected String order
protected int first
public BowConfig getConfig()
public BowSession getBowSession()
public BowProxy getBowProxy()
public BookmarkUtils getBookmarkUtils()
public void setSession(Map<String,Object> session)
setSession in interface org.apache.struts2.interceptor.SessionAwarepublic String getTagLine()
public void setTagLine(String tagLine)
tagLine - the tagLine to setpublic String getFullTextLine()
public void setFullTextLine(String fullTextLine)
fullTextLine - the fullTextLine to setpublic String getOrder()
public void setOrder(String order)
public int getFirst()
public void setFirst(int first)
Copyright © 2010–2015 CodeLutin. All rights reserved.