|
Adempiere 3.5.2a | |||||||||
| 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 |
Properties |
ctx
Session Context |
static String |
CTX_DOCUMENT_DIR
Dodument Directory |
static String |
CTX_SERVER_CONTEXT
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 | |
|---|---|
protected void |
finalize()
Finalize |
static WebSessionCtx |
get(HttpServletRequest request)
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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CTX_SERVER_CONTEXT
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 Properties 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)
request - request
public void setWStore(int W_Store_ID)
W_Store_ID - Web Store ID
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic String toString()
toString in class Object
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||