public class BowBaseAction
extends org.nuiton.web.struts2.BaseAction
implements org.apache.struts2.interceptor.SessionAware
| Modifier and Type | Field and Description |
|---|---|
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 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 |
|---|---|
BowProxy |
getBowProxy() |
BowSession |
getBowSession() |
BowConfig |
getConfig() |
int |
getFirst() |
String |
getFullTextLine() |
String |
getOrder() |
static List<String> |
getPossibleOrder() |
String |
getTagLine() |
void |
setFirst(int first) |
void |
setFullTextLine(String fullTextLine) |
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 String tagLine
protected String fullTextLine
protected String order
protected int first
public BowConfig getConfig()
public BowSession getBowSession()
public BowProxy getBowProxy()
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–2014 CodeLutin. All rights reserved.