Skip navigation links
A C E F G I L M O Q R S T 

A

afterPropertiesSet() - Method in class org.sparta.springwebutils.queryloader.impl.FileQueryLoader
 

C

contextMergedBeans(String, Map<String, ?>) - Static method in class org.sparta.springwebutils.SpringContextUtils
Loads a context from a XML and inject all objects in the Map

E

EntryPoint - Class in org.sparta.springwebutils.entity
 
EntryPoint() - Constructor for class org.sparta.springwebutils.entity.EntryPoint
 
EntryPointParameter - Class in org.sparta.springwebutils.entity
 
EntryPointParameter() - Constructor for class org.sparta.springwebutils.entity.EntryPointParameter
 
ExternalEntryPoint - Annotation Type in org.sparta.springwebutils.annotation
 
ExternalEntryPointHelper - Class in org.sparta.springwebutils.util
 
ExternalEntryPointHelper() - Constructor for class org.sparta.springwebutils.util.ExternalEntryPointHelper
 

F

FileQueryLoader - Class in org.sparta.springwebutils.queryloader.impl
Loads Queries from files.
FileQueryLoader(String) - Constructor for class org.sparta.springwebutils.queryloader.impl.FileQueryLoader
Constructor, receives the path for the folder containing all the queries

G

getConsolidatedNameBlacklist(List<String>, Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the specific name black list elements.
getConsolidatedTypeBlacklist(List<Class<?>>, Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the specific type black list elements.
getDefaultValue() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Getter method for defaultValue
getEntryPointDecoratedName(Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the decorated name from it, if any.
getInternalEntryPointParametersRecursively(Class<?>, Set<Class<?>>, Set<String>, int) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Deeply finds all the attributes of the supplied class
getManifestAttribute(String) - Method in class org.sparta.springwebutils.ManifestUtils
Retrieves a value for a specific manifest attribute.
getManifestAttributes() - Method in class org.sparta.springwebutils.ManifestUtils
Reads the manifest entries for this application.
getMethodDecorationName() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for methodDecorationName
getMethodName() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for methodName
getName() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Getter method for name
getParameters() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for parameters
getRequestMethods() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for requestMethods
getResponseType() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for responseType
getType() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for type
getType() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Getter method for type
getUrls() - Method in class org.sparta.springwebutils.entity.EntryPoint
Getter method for urls

I

isAnEntryPoint(Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Returns whether the supplied method is an Entry Point or not.
isRequired() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Getter method for required
isSimpleRequestParameter(Class<?>) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
Finds out if the supplied type is a simple element (primitive/wrapper, an primitive/wrapper array or a Collection instance)

L

load(String) - Method in class org.sparta.springwebutils.queryloader.impl.FileQueryLoader
 
load(String) - Method in interface org.sparta.springwebutils.queryloader.QueryLoader
 
loadMultiple(String, char) - Method in class org.sparta.springwebutils.queryloader.impl.FileQueryLoader
 
loadMultiple(String, char) - Method in interface org.sparta.springwebutils.queryloader.QueryLoader
 

M

ManifestUtils - Class in org.sparta.springwebutils
 
ManifestUtils() - Constructor for class org.sparta.springwebutils.ManifestUtils
 

O

org.sparta.springwebutils - package org.sparta.springwebutils
 
org.sparta.springwebutils.annotation - package org.sparta.springwebutils.annotation
 
org.sparta.springwebutils.entity - package org.sparta.springwebutils.entity
 
org.sparta.springwebutils.jdbc - package org.sparta.springwebutils.jdbc
 
org.sparta.springwebutils.queryloader - package org.sparta.springwebutils.queryloader
 
org.sparta.springwebutils.queryloader.impl - package org.sparta.springwebutils.queryloader.impl
 
org.sparta.springwebutils.util - package org.sparta.springwebutils.util
 

Q

queryForOptionalObject(String, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Execute a query for a result object (optional), given static SQL.
queryForOptionalObject(String, Class<T>, Object...) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object (optional).
queryForOptionalObject(String, Object[], Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object (optional).
queryForOptionalObject(String, Object[], int[], Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object (optional).
queryForOptionalObject(String, Object[], int[], RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, Object[], RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Execute a query given static SQL, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, RowMapper<T>, Object...) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, SqlParameterSource, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, Map<String, ?>, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, SqlParameterSource, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForOptionalObject(String, Map<String, ?>, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
QueryLoader - Interface in org.sparta.springwebutils.queryloader
 

R

RequestUtils - Class in org.sparta.springwebutils
 
RequestUtils() - Constructor for class org.sparta.springwebutils.RequestUtils
Class constructor, no parameters
retrieveAllExternalEntryPoints() - Method in class org.sparta.springwebutils.RequestUtils
Goes through @RequestMapping annotations from Spring and return a list of its elements.

S

setDefaultValue(String) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Setter method for defaultValue
setExtraParamTypesBlacklist(List<Class<?>>) - Method in class org.sparta.springwebutils.RequestUtils
Append more param types to blacklist this method keeps the default blacklist and add these are extra ones
setMaxDeepLevel(Integer) - Method in class org.sparta.springwebutils.RequestUtils
Setter method for maxDeepLevel
setMethodDecorationName(String) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for methodDecorationName
setMethodName(String) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for methodName
setName(String) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Setter method for name
setNameDiscover(ParameterNameDiscoverer) - Method in class org.sparta.springwebutils.RequestUtils
Setter method for nameDiscover
setParameters(List<EntryPointParameter>) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for parameters
setParamNamesBlacklist(List<String>) - Method in class org.sparta.springwebutils.RequestUtils
Setter method for paramNamesBlacklist
setParamTypesBlacklist(List<Class<?>>) - Method in class org.sparta.springwebutils.RequestUtils
Setter method for paramTypesBlacklist
setRequestMethods(Set<RequestMethod>) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for requestMethods
setRequired(boolean) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Setter method for required
setResponseType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for responseType
setScanEntryPointAnnotation(boolean) - Method in class org.sparta.springwebutils.RequestUtils
Setter method for scanEntryPointAnnotation
setType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for type
setType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
Setter method for type
setUrls(Set<String>) - Method in class org.sparta.springwebutils.entity.EntryPoint
Setter method for urls
SpartaJdbcTemplate - Class in org.sparta.springwebutils.jdbc
SpartaJdbcTemplate functionalities.
SpartaJdbcTemplate() - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Construct a new SpartaJdbcTemplate for bean usage.
SpartaJdbcTemplate(DataSource) - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Construct a new SpartaJdbcTemplate, given a DataSource to obtain connections from.
SpartaJdbcTemplate(DataSource, boolean) - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
Construct a new SpartaJdbcTemplate, given a DataSource to obtain connections from.
SpartaNamedParameterJdbcTemplate - Class in org.sparta.springwebutils.jdbc
Additional methods for NamedParameterJdbcTemplate.
SpartaNamedParameterJdbcTemplate(DataSource) - Constructor for class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Constructor using DataSource.
SpartaNamedParameterJdbcTemplate(JdbcOperations) - Constructor for class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
Constructor using jdbcOperations.
SpringContextUtils - Class in org.sparta.springwebutils
Utility class for handling with Spring context loading
SpringContextUtils() - Constructor for class org.sparta.springwebutils.SpringContextUtils
 

T

toString() - Method in class org.sparta.springwebutils.entity.EntryPoint
 
A C E F G I L M O Q R S T 
Skip navigation links

Copyright © 2015. All rights reserved.