读书人

ofbiz学习札记-Which variables are a

发布时间: 2012-10-26 10:30:59 作者: rapoo

ofbiz学习笔记--Which variables are available in screen context?
These are the most important (most used) variables. To have more details, check out ScreenRenderer.java populateBasicContext and populateContextForRequest methods.

This means that you don't have to worry about these variables : they are available from the 1st line of your scripts (BeanShell or Groovy)
parameters (of course)

delegator
dispatcher

security
locale
userLogin

webSiteId
autoUserLogin
person
partyGroup
timeZone

request
response
session
application

javaScriptEnabled

sessionAttributes
requestAttributes
requestParameters

eventMessageList
errorMessageList
nowTimestamp

读书人网 >网络基础

热点推荐