Skip navigation links
Hawaii Framework
A B C D E F G H I J L M N O P Q R S T U V W Y Z 

R

register(SharedTaskContext) - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
Initialize the SharedTaskContextHolder with the sharedTaskContext.
reject(String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectField(String, T) - Method in class org.hawaiiframework.validation.ValidationResult
Reject a field with value actual in a fluent manner.
rejectIf(boolean, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectIf(T, Matcher<? super T>, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValue(String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValue(String, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValueIf(boolean, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValueIf(T, Matcher<? super T>, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValueIf(boolean, String, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
rejectValueIf(T, Matcher<? super T>, String, String) - Method in class org.hawaiiframework.validation.ValidationResult
 
release() - Static method in class org.hawaiiframework.context.ApplicationContextHolder
Releases the ApplicationContext associated with the current context class loader.
remove() - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
Removes the current SharedTaskContext from the ThreadLocal store.
removeFromCache(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
Provides functionality to clear the cache for a certain sql query.
removeResponseEnricher(ErrorResponseEnricher) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
De-registers a ErrorResponseEnricher.
RequestInfoErrorResponseEnricher - Class in org.hawaiiframework.web.exception
This enricher copies information from the original web request onto the error response resource.
RequestInfoErrorResponseEnricher() - Constructor for class org.hawaiiframework.web.exception.RequestInfoErrorResponseEnricher
 
REQUIRED - Static variable in class org.hawaiiframework.validation.field.FieldRejection
 
resolveSqlQuery(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
 
resolveSqlQuery(String) - Method in interface org.hawaiiframework.sql.SqlQueryResolver
Resolve the given sql query by name.
resolveSqlQuery(String) - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
 
ResourceNotFoundException - Exception in org.hawaiiframework.web.exception
 
ResourceNotFoundException() - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
Constructs a new ResourceNotFoundException.
ResourceNotFoundException(String) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the supplied message.
ResourceNotFoundException(String, Throwable) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the supplied message and Throwable.
ResourceNotFoundException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the supplied Throwable.
ResourceSqlQueryResolver - Class in org.hawaiiframework.sql
Simple implementation of SqlQueryResolver resolving sql queries using Spring's generic ResourceLoader mechanism.
ResourceSqlQueryResolver() - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
 
ResourceSqlQueryResolver(ResourceLoader) - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
 
run() - Method in class org.hawaiiframework.async.AbortableTaskRunnable
run() - Method in class org.hawaiiframework.async.timeout.TimeoutGuardTask
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
Skip navigation links
Hawaii Framework