- serialize(Map<String, List<Action>>, JsonGenerator, SerializerProvider) - Method in class ch.ralscha.extdirectspring.util.MapActionSerializer
-
- setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setActionNs(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the name of the namespace in which the actions will reside.
- setAllowBlank(boolean) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setAlwaysWrapStoreResponse(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If alwaysWrapStoreResponse is true, responses of STORE_READ and
STORE_MODIFY methods are always wrapped in an
ExtDirectStoreResult object.
- setApiNs(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the name of the namespace in which the remotingApiVar variable will
reside.
- setAuthor(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setBaseRouterUrl(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If not null the
ApiController does not use the url of the request
to determine the router url instead he uses the value of this variable as
the base and adds /router, /poll and /sse.
The fullRouterUrl setting is ignored when this variable is not null
- setBatchedMethodsExecutionPolicy(BatchedMethodsExecutionPolicy) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies how batched methods sent from the client should be executed on
the server.
- setBatchedMethodsExecutorService(ExecutorService) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the thread pool used for executing batched methods concurrently.
- setComment(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Adds a comment to this event.
- setConversionService(ConversionService) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
-
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
-
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setData(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the data part of the Server-Sent Event response.
- setData(Object) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the data part of the Server-Sent Event response.
- setDateFormat(String) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setDefaultExceptionMessage(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setDeprecated(boolean) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setDescriptor(String) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setEnableBuffer(Object) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setEnableBuffer(Object) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
true or false to enable or disable combining of method calls.
- setEvent(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Name of the event.
- setException(Exception) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Creates an "exception" response.
- setExceptionToMessage(Map<Class<?>, String>) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the new exception-to-message map.
- setFilters(List<Filter>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setFrameDomain(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the passed domain to be included in the file upload's temporary
frame.
- setFrameDomainScript(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Updates the script that is used to set the domain values on the file
upload frame.
- setFullRouterUrl(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies if the router property should contain the full URL including
protocol, server name, port number, and server path (true) or only the
server path (false)
- setGroupBy(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setGroupDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setGroups(List<GroupInfo>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setId(String) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the event source's last event ID.
- setIdProperty(String) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setJsContentType(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Specifies the Content-Type for api.js and api-debug.js.
- setJsonHandler(JsonHandler) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets a specific JSON View (filter) that Jackson uses to serialize the
response.
- setJsonView(Class<?>) - Method in class ch.ralscha.extdirectspring.bean.JsonViewHint
-
- setLimit(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setMapper(ObjectMapper) - Method in class ch.ralscha.extdirectspring.util.JsonHandler
-
Sets a new instance of ObjectMapper.
- setMaxRetries(Integer) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setMaxRetries(Integer) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the number of times the client will try to send a message to the
server before throwing a failure.
- setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Sets an error message if type is "exception".
- setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
Beware, for this message to be accessible in your callback operation,
you must add in your model definition the
messageProperty value to message
ch.ralscha.extdirectspring.generator.Model#messageProperty()
- setMetaData(MetaData) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setMethodComment(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setModel(Object) - Method in class ch.ralscha.extdirectspring.bean.ModelAndJsonView
-
- setName(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
-
- setPage(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setPagingParameter(int, int) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setParameters(Map<String, String>) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setParams(Map<String, Object>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setPollingUrlsVar(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Changes the name of the polling urls object variable
- setProviderType(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the type of the provider.
- setQuery(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setRecords(Collection<T>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setRemotingApiVar(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Changes the name of the remoting api variable.
- setResult(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setRetry(Integer) - Method in class ch.ralscha.extdirectspring.bean.SSEvent
-
Sets the retry value.
- setReturnMethod(Map<String, String>) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setSendExceptionMessage(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setSendStacktrace(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
- setSort(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setSorters(List<SortInfo>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setSortInfo(String, SortDirection) - Method in class ch.ralscha.extdirectspring.bean.MetaData
-
- setSseVar(String) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Changes the name of the SSE urls object variable
- setStart(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
-
- setStreamResponse(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
-
- setStreamResponse(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If streamResponse is true, the JSON response will be directly written
into the ServletResponse.getOutputStream() without setting
the Content-Length header.
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
-
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormPostResult
-
- setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to the provided parameter.
- setSuccess(Boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setSynchronizeOnSession(boolean) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
If synchronizeOnSession is true, execution of all methods is synchronized
on the session object.
- setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setTimeout(Integer) - Method in class ch.ralscha.extdirectspring.bean.api.RemotingApi
-
- setTimeout(Integer) - Method in class ch.ralscha.extdirectspring.controller.Configuration
-
Sets the timeout in milliseconds for remote calls.
- setTotal(Long) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResult
-
- setType(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Sets the type of the response.
- setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
-
- setType(DataType) - Method in class ch.ralscha.extdirectspring.bean.Field
-
- setVersion(String) - Method in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-
- setWhere(String) - Method in class ch.ralscha.extdirectspring.bean.BaseResponse
-
Contains a detailed description (stacktrace) of the error if type is
"exception" and sendStacktrace is set to true in
Configuration.
- SortDirection - Enum in ch.ralscha.extdirectspring.bean
-
Enumeration of possible sort directions.
- SortInfo - Class in ch.ralscha.extdirectspring.bean
-
Class contains information about the property/field on which to sort and if
sort is ascending or descending.
- SortInfo(String, SortDirection) - Constructor for class ch.ralscha.extdirectspring.bean.SortInfo
-
- sse(String, String, HttpServletRequest, HttpServletResponse, Locale) - Method in class ch.ralscha.extdirectspring.controller.RouterController
-
- SSEHandler - Class in ch.ralscha.extdirectspring.controller
-
- SSEHandler() - Constructor for class ch.ralscha.extdirectspring.controller.SSEHandler
-
- SSEvent - Class in ch.ralscha.extdirectspring.bean
-
Class represents a response in a Server-Sent Event roundtrip.
- SSEvent() - Constructor for class ch.ralscha.extdirectspring.bean.SSEvent
-
- SSEWriter - Class in ch.ralscha.extdirectspring.controller
-
This class allows you to send server sent events in a streaming fashion.
- SSEWriter(HttpServletResponse) - Constructor for class ch.ralscha.extdirectspring.controller.SSEWriter
-
- StringFilter - Class in ch.ralscha.extdirectspring.filter
-
- StringFilter(String, String) - Constructor for class ch.ralscha.extdirectspring.filter.StringFilter
-
- successful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
-
Sets success flag to true.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.annotation.ExtDirectMethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.bean.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.bean.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.controller.BatchedMethodsExecutionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.filter.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.ApiCache
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ch.ralscha.extdirectspring.annotation.ExtDirectMethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.bean.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.bean.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.controller.BatchedMethodsExecutionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.filter.Comparison
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.util.ApiCache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class ch.ralscha.extdirectspring.bean.api.ActionDoc
-