|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsCoreProvider
Convenience interface to provide core server-side data to the client.
org.opencms.gwt.client.CmsCoreProvider| Method Summary | |
|---|---|
java.lang.String |
export(javax.servlet.http.HttpServletRequest request)
Returns the JSON code for the core provider and the given message bundle. |
java.lang.String |
exportAll(javax.servlet.http.HttpServletRequest request)
Returns the JSON code for the provider with dependencies. |
JSONObject |
getData(javax.servlet.http.HttpServletRequest request)
Returns the provided json data. |
| Method Detail |
|---|
java.lang.String export(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
request - the current request
java.lang.Exception
java.lang.String exportAll(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
request - the current request
java.lang.ExceptionJSONObject getData(javax.servlet.http.HttpServletRequest request)
request - the current request
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||