A B C D E F G I M P R S T U V

A

addErrors(BindingResult) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a errors property in the response if there are any errors in the bindingResult Sets the success flag to false if there are errors
addErrors(Locale, BindingResult) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a errors property in the response if there are any errors in the bindingResult Sets the success flag to false if there are errors
addErrors(Locale, MessageSource, BindingResult) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a errors property in the response if there are any errors in the bindingResult Sets the success flag to false if there are errors
addResultProperty(String, Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Add additional property to the response
api(String, String, String, String, String, HttpServletRequest, HttpServletResponse) - Method in class ch.ralscha.extdirectspring.api.ApiController
Method that handles api.js calls.
ApiController - Class in ch.ralscha.extdirectspring.api
Spring managed controller that handles /api.jsp and /api-debug.js requests
ApiController() - Constructor for class ch.ralscha.extdirectspring.api.ApiController
 

B

build() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Builds the response object
buildAndWriteUploadResponse(HttpServletResponse) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Builds and writes the response to the OutputStream of the response.

C

ch.ralscha.extdirectspring.annotation - package ch.ralscha.extdirectspring.annotation
 
ch.ralscha.extdirectspring.api - package ch.ralscha.extdirectspring.api
 
ch.ralscha.extdirectspring.bean - package ch.ralscha.extdirectspring.bean
 
ch.ralscha.extdirectspring.controller - package ch.ralscha.extdirectspring.controller
 
ch.ralscha.extdirectspring.util - package ch.ralscha.extdirectspring.util
 

D

deserializeJsonToObject(String, TypeReference<T>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Creates a object from a json String.
deserializeJsonToObject(String, Class<T>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Creates a object from a json String.

E

equal(Object, Object) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Checks if two objects are equal.
ExtDirectFormLoadResult - Class in ch.ralscha.extdirectspring.bean
Class representing the result of a form load request
ExtDirectFormLoadResult() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectFormLoadResult(Object) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectFormLoadResult(Object, boolean) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
ExtDirectMethod - Annotation Type in ch.ralscha.extdirectspring.annotation
Annotation for methods whose implement a call
ExtDirectMethodType - Enum in ch.ralscha.extdirectspring.annotation
Enumeration of all possible remote method types.
ExtDirectPollResponse - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a poll request
ExtDirectPollResponse() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
ExtDirectRequest - Class in ch.ralscha.extdirectspring.bean
Class representing the request of a Ext.Direct call
ExtDirectRequest() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
ExtDirectResponse - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a Ext.Direct call
ExtDirectResponse(ExtDirectRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
ExtDirectResponse(HttpServletRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
ExtDirectResponseBuilder - Class in ch.ralscha.extdirectspring.bean
An utility class that helps building a ExtDirectResponse.
ExtDirectResponseBuilder(HttpServletRequest) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Creates a builder that builds the response object needed for form handler and form upload handler methods.
ExtDirectSpringUtil - Class in ch.ralscha.extdirectspring.util
Utility class
ExtDirectStoreReadRequest - Class in ch.ralscha.extdirectspring.bean
Class representing the request of a DirectStore read call
ExtDirectStoreReadRequest() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
ExtDirectStoreResponse<T> - Class in ch.ralscha.extdirectspring.bean
Class representing the response of a DirectStore request
ExtDirectStoreResponse() - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Collection<T>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Integer, Collection<T>) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
ExtDirectStoreResponse(Integer, Collection<T>, Boolean) - Constructor for class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 

F

findMethodInfo(ApplicationContext, String, String) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Retrieves a methodInfo from a method in a spring managed bean.
findMethodWithAnnotation(Method, Class<? extends Annotation>) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Find a method that is annotated with a specific annotation.

G

get(String, String) - Method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
Get a method from the MethodCache.
getAction() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getAction() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getData() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getDir() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getExtDirectMethodAnnotation() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getForwardPath() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getLimit() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getMessage() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getMessage() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getMethod() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getMethod() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getMethod() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getName() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getParameterAnnotations() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getParameterTypes() - Method in class ch.ralscha.extdirectspring.util.MethodInfo
 
getQuery() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getRecords() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
getResult() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getStart() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
getSupportedClass() - Method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
 
getTid() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getTid() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getTotal() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
getType() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getType() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
getType() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
getWhere() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
getWhere() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 

I

invoke(ApplicationContext, String, MethodInfo, Object[]) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Invokes a method on a Spring managed bean.
isAscendingSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isDecendingSort() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
isSuccess() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
isSuccess() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
isSupported(Class<?>) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
Checks if the class is a supported parameter type

M

MethodInfo - Class in ch.ralscha.extdirectspring.util
Object holds information about a method like the method itself, the array of the parameter types and the annotations of the parameters
MethodInfo(Method) - Constructor for class ch.ralscha.extdirectspring.util.MethodInfo
 
MethodInfoCache - Enum in ch.ralscha.extdirectspring.util
A simple cache for methods with key beanName/methodName

P

poll(String, String, String, HttpServletRequest, HttpServletResponse, Locale) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
put(String, String, Method) - Method in enum ch.ralscha.extdirectspring.util.MethodInfoCache
Put a method into the MethodCache.

R

router(String, String) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
router(HttpServletRequest, HttpServletResponse, Locale, String) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
RouterController - Class in ch.ralscha.extdirectspring.controller
Main router controller who handles polling, form handler and normal Ext.Direct calls
RouterController() - Constructor for class ch.ralscha.extdirectspring.controller.RouterController
 

S

serializeObjectToJson(Object) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Converts a object into a String containing the json representation of this object.
serializeObjectToJson(Object, boolean) - Static method in class ch.ralscha.extdirectspring.util.ExtDirectSpringUtil
Converts a object into a String containing the json representation of this object.
setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setAction(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setApplicationContext(ApplicationContext) - Method in class ch.ralscha.extdirectspring.api.ApiController
 
setApplicationContext(ApplicationContext) - Method in class ch.ralscha.extdirectspring.controller.RouterController
 
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
 
setDir(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setLimit(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
setMessage(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setMethod(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setName(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
setQuery(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setRecords(Collection<T>) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setResult(Object) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setSort(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setStart(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
setSuccess(boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
setSuccess(Boolean) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setTid(int) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setTotal(Integer) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 
setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
setType(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
setWhere(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
setWhere(String) - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
successful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Sets success flag to true
SupportedParameterTypes - Enum in ch.ralscha.extdirectspring.util
Enum of all supported parameter types

T

toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectFormLoadResult
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectPollResponse
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectRequest
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponse
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreReadRequest
 
toString() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectStoreResponse
 

U

unsuccessful() - Method in class ch.ralscha.extdirectspring.bean.ExtDirectResponseBuilder
Sets success flag to false

V

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.util.MethodInfoCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.ralscha.extdirectspring.util.SupportedParameterTypes
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.util.MethodInfoCache
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.SupportedParameterTypes
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G I M P R S T U V

Copyright © 2010. All Rights Reserved.