public interface I_CmsCoreProvider
org.opencms.gwt.client.CmsCoreProvider| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String export(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
request - the current requestjava.lang.Exceptionjava.lang.String exportAll(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
request - the current requestjava.lang.ExceptionJSONObject getData(javax.servlet.http.HttpServletRequest request)
request - the current request