|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.util.WebSessionCtx
public class WebSessionCtx
Web Session Context Value Object
| Field Summary | |
|---|---|
DecimalFormat |
amountFormat
Localized Amount format |
int |
counter
Instance Counter |
Ctx |
ctx
Session Context |
static String |
CTX_DOCUMENT_DIR
Document Directory |
static String |
CTX_SERVER_CONTEXT
Context |
static String |
CTX_SERVER_CONTEXT_PLAIN
Plain Context |
static String |
CTX_SERVER_CONTEXT_SSL
SSL Context |
SimpleDateFormat |
dateFormat
Localized Date format |
SimpleDateFormat |
dateTimeFormat
Localized Timestamp format |
static String |
HDR_INFO
Header Info Message |
static String |
HDR_MESSAGE
Header (Error) Message |
DecimalFormat |
integerFormat
Localized Integer format |
Language |
language
Session Language |
String |
loginInfo
Login Info |
static String |
NAME
Sessition Attribute Name |
DecimalFormat |
numberFormat
Localized Number format |
DecimalFormat |
quantityFormat
Localized Quantity format |
static int |
s_counter
Static counter |
MStore |
wstore
Web Store |
| Method Summary | |
|---|---|
static WebSessionCtx |
get(HttpServletRequest request,
boolean createNew)
Get/create Web Session Context |
static WebSessionCtx |
get(HttpServletRequest request,
int W_Store_ID)
Get/create Web Session Context |
void |
setWStore(int W_Store_ID)
Set Web Store |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CTX_SERVER_CONTEXT
public static final String CTX_SERVER_CONTEXT_SSL
public static final String CTX_SERVER_CONTEXT_PLAIN
public static final String CTX_DOCUMENT_DIR
public static final String HDR_MESSAGE
public static final String HDR_INFO
public static final String NAME
public static int s_counter
public int counter
public Ctx ctx
public Language language
public SimpleDateFormat dateFormat
public SimpleDateFormat dateTimeFormat
public DecimalFormat amountFormat
public DecimalFormat integerFormat
public DecimalFormat numberFormat
public DecimalFormat quantityFormat
public String loginInfo
public MStore wstore
| Method Detail |
|---|
public static WebSessionCtx get(HttpServletRequest request,
int W_Store_ID)
request - request
public static WebSessionCtx get(HttpServletRequest request,
boolean createNew)
request - request
public void setWStore(int W_Store_ID)
W_Store_ID - Web Store IDpublic String toString()
toString in class Object
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||