Index
All Classes and Interfaces|All Packages|Serialized Form
A
- absolute(String) - Method in class org.cyclopsgroup.kaufman.web.WebLinkTool
- AbstractRequestAuthorizingFilter - Class in org.cyclopsgroup.kaufman.servlet
-
A base abstract HTTP filter that verifies request before passing it to next step of chain
- AbstractRequestAuthorizingFilter() - Constructor for class org.cyclopsgroup.kaufman.servlet.AbstractRequestAuthorizingFilter
B
- BaseComparableBean - Class in org.cyclopsgroup.kaufman.interfaces
-
A class where
BaseComparableBean.hashCode(),BaseComparableBean.equals(Object)andBaseComparableBean.toString()are implemented with builders in commons-lang, which makes derived classes easy to compare in unit tests - BaseComparableBean() - Constructor for class org.cyclopsgroup.kaufman.interfaces.BaseComparableBean
C
- ChainedCredentialsProvider - Class in org.cyclopsgroup.kaufman.aws
- ChainedCredentialsProvider(List<Object>) - Constructor for class org.cyclopsgroup.kaufman.aws.ChainedCredentialsProvider
D
- decorate(Class<T>, T) - Static method in class org.cyclopsgroup.kaufman.logging.InvocationLoggingDecorator
-
Create proxy of given interface around given implementation
- destroy() - Method in class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- destroy() - Method in class org.cyclopsgroup.kaufman.servlet.DomainRedirectionFilter
- destroy() - Method in class org.cyclopsgroup.kaufman.servlet.DomainWhitelistingFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.cyclopsgroup.kaufman.servlet.AbstractRequestAuthorizingFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.cyclopsgroup.kaufman.servlet.DomainRedirectionFilter
- DomainRedirectionFilter - Class in org.cyclopsgroup.kaufman.servlet
-
Filter that redirects requests to the primary domain if request is not from it.
- DomainRedirectionFilter() - Constructor for class org.cyclopsgroup.kaufman.servlet.DomainRedirectionFilter
- DomainWhitelistingFilter - Class in org.cyclopsgroup.kaufman.servlet
-
An HTTP filter that only allows request for a whitelist of domains
- DomainWhitelistingFilter() - Constructor for class org.cyclopsgroup.kaufman.servlet.DomainWhitelistingFilter
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationServlet
E
- equals(Object) - Method in class org.cyclopsgroup.kaufman.interfaces.BaseComparableBean
- execute(ProceedingJoinPoint) - Method in class org.cyclopsgroup.kaufman.logging.InvocationLoggingAdvice
- execute(ProceedingJoinPoint) - Method in class org.cyclopsgroup.kaufman.logging.StackTraceShorteningAdvice
- expandInclusion(LocateableResource) - Static method in class org.cyclopsgroup.kaufman.PropertiesHierarchyUtils
- exportTo(T) - Method in interface org.cyclopsgroup.kaufman.interfaces.Transportable
- ExpressionUtils - Class in org.cyclopsgroup.kaufman.aws
- ExpressionUtils() - Constructor for class org.cyclopsgroup.kaufman.aws.ExpressionUtils
F
- FieldValidationResult - Class in org.cyclopsgroup.kaufman.wfv
- FieldValidationResult() - Constructor for class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- FileOrInstanceProfileCredentialsProvider - Class in org.cyclopsgroup.kaufman.aws
- FileOrInstanceProfileCredentialsProvider(File) - Constructor for class org.cyclopsgroup.kaufman.aws.FileOrInstanceProfileCredentialsProvider
- FileOrInstanceProfileCredentialsProvider(String) - Constructor for class org.cyclopsgroup.kaufman.aws.FileOrInstanceProfileCredentialsProvider
- FormValidationResult - Class in org.cyclopsgroup.kaufman.wfv
- FormValidationResult() - Constructor for class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- FormValidationServlet - Class in org.cyclopsgroup.kaufman.wfv
-
This servlet validates request with
Validatorfrom spring context and return a JSON pojo for validation results. - FormValidationServlet() - Constructor for class org.cyclopsgroup.kaufman.wfv.FormValidationServlet
- fromFile(File) - Static method in class org.cyclopsgroup.kaufman.LocateableResource
G
- getCredentials() - Method in class org.cyclopsgroup.kaufman.aws.ChainedCredentialsProvider
- getCurrentPage() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- getDisplayPages() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- getElements() - Method in interface org.cyclopsgroup.kaufman.interfaces.PartialListView
- getExternalResourcePatterns() - Method in class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- getExternalResourcePatterns() - Method in interface org.cyclopsgroup.kaufman.web.WebLinkToolConfig
- getExternalResourceUrl() - Method in class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- getExternalResourceUrl() - Method in interface org.cyclopsgroup.kaufman.web.WebLinkToolConfig
- getFailureMessages() - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- getFieldName() - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- getFields() - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- getFirstElement() - Method in interface org.cyclopsgroup.kaufman.interfaces.PartialListView
- getInstance() - Method in class org.cyclopsgroup.kaufman.aws.ChainedCredentialsProvider
- getObject() - Method in class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- getObject() - Method in class org.cyclopsgroup.kaufman.spring.MappedFactoryBean
- getObject() - Method in class org.cyclopsgroup.kaufman.spring.PropertyPopulatingFactoryBean
- getObject() - Method in class org.cyclopsgroup.kaufman.spring.StringFormattingFactoryBean
- getObject() - Method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- getObjectType() - Method in class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- getObjectType() - Method in class org.cyclopsgroup.kaufman.spring.MappedFactoryBean
- getObjectType() - Method in class org.cyclopsgroup.kaufman.spring.PropertyPopulatingFactoryBean
- getObjectType() - Method in class org.cyclopsgroup.kaufman.spring.StringFormattingFactoryBean
- getObjectType() - Method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- getPageSize() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- getTotalElements() - Method in interface org.cyclopsgroup.kaufman.interfaces.PartialListView
- getTotalPages() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- getView() - Method in class org.cyclopsgroup.kaufman.web.Pagination
H
- hashCode() - Method in class org.cyclopsgroup.kaufman.interfaces.BaseComparableBean
I
- importFrom(T) - Method in interface org.cyclopsgroup.kaufman.interfaces.Transportable
- init(Object) - Method in class org.cyclopsgroup.kaufman.web.WebLinkTool
- init(FilterConfig) - Method in class org.cyclopsgroup.kaufman.servlet.DomainRedirectionFilter
- init(FilterConfig) - Method in class org.cyclopsgroup.kaufman.servlet.DomainWhitelistingFilter
- InvocationLoggingAdvice - Class in org.cyclopsgroup.kaufman.logging
-
AspectJ advice that logs input and output of method invocation
- InvocationLoggingAdvice() - Constructor for class org.cyclopsgroup.kaufman.logging.InvocationLoggingAdvice
- InvocationLoggingDecorator - Class in org.cyclopsgroup.kaufman.logging
-
A Java class that creates proxy around arbitrary interface and logs input, output of invocation of every method call
- InvocationLoggingDecorator() - Constructor for class org.cyclopsgroup.kaufman.logging.InvocationLoggingDecorator
- isBot(String) - Static method in class org.cyclopsgroup.kaufman.servlet.ServletUtils
- isBot(ServletRequest) - Static method in class org.cyclopsgroup.kaufman.servlet.ServletUtils
- isFirstPageDisplayed() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- isLastPageDisplayed() - Method in class org.cyclopsgroup.kaufman.web.Pagination
- isRequestAuthorized(HttpServletRequest) - Method in class org.cyclopsgroup.kaufman.servlet.AbstractRequestAuthorizingFilter
-
Implement concrete code logic to evaluate an HTTP request
- isRequestAuthorized(HttpServletRequest) - Method in class org.cyclopsgroup.kaufman.servlet.DomainWhitelistingFilter
- isSingleton() - Method in class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- isSingleton() - Method in class org.cyclopsgroup.kaufman.spring.MappedFactoryBean
- isSingleton() - Method in class org.cyclopsgroup.kaufman.spring.PropertyPopulatingFactoryBean
- isSingleton() - Method in class org.cyclopsgroup.kaufman.spring.StringFormattingFactoryBean
- isSingleton() - Method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- isSuccessful() - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- isSuccessful() - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- iterator() - Method in class org.cyclopsgroup.kaufman.web.Pagination
J
- JaxbTypeVerifier - Class in org.cyclopsgroup.kaufman.tests
- JaxbTypeVerifier.Builder - Class in org.cyclopsgroup.kaufman.tests
- JaxbTypeVerifierTests - Class in org.cyclopsgroup.kaufman.tests
- JaxbTypeVerifierTests() - Constructor for class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifierTests
- JaxbTypeVerifierTests(JaxbTypeVerifier) - Constructor for class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifierTests
- JodaDateTimeAdapter - Class in org.cyclopsgroup.kaufman.interfaces
-
Adapter to convert
DateTimeback and forth for JAXB - JodaDateTimeAdapter() - Constructor for class org.cyclopsgroup.kaufman.interfaces.JodaDateTimeAdapter
L
- locate(String) - Method in class org.cyclopsgroup.kaufman.LocateableResource
- LocateableResource - Class in org.cyclopsgroup.kaufman
- LocateableResource() - Constructor for class org.cyclopsgroup.kaufman.LocateableResource
M
- main(String[]) - Static method in class org.cyclopsgroup.kaufman.servlet.MimeTypesParser
- MappedFactoryBean<T> - Class in org.cyclopsgroup.kaufman.spring
- MappedFactoryBean(Map<String, T>, String) - Constructor for class org.cyclopsgroup.kaufman.spring.MappedFactoryBean
- marshal(DateTime) - Method in class org.cyclopsgroup.kaufman.interfaces.JodaDateTimeAdapter
- MimeTypesParser - Class in org.cyclopsgroup.kaufman.servlet
-
Utility to parse /etc/mime.types file and generate properties file
- MimeTypesParser() - Constructor for class org.cyclopsgroup.kaufman.servlet.MimeTypesParser
N
- newBuilder() - Static method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier
- newDefaultInstance() - Static method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier
O
- openToRead() - Method in class org.cyclopsgroup.kaufman.LocateableResource
- org.cyclopsgroup.kaufman - package org.cyclopsgroup.kaufman
- org.cyclopsgroup.kaufman.aws - package org.cyclopsgroup.kaufman.aws
- org.cyclopsgroup.kaufman.interfaces - package org.cyclopsgroup.kaufman.interfaces
- org.cyclopsgroup.kaufman.logging - package org.cyclopsgroup.kaufman.logging
- org.cyclopsgroup.kaufman.servlet - package org.cyclopsgroup.kaufman.servlet
- org.cyclopsgroup.kaufman.spring - package org.cyclopsgroup.kaufman.spring
- org.cyclopsgroup.kaufman.tests - package org.cyclopsgroup.kaufman.tests
- org.cyclopsgroup.kaufman.web - package org.cyclopsgroup.kaufman.web
- org.cyclopsgroup.kaufman.wfv - package org.cyclopsgroup.kaufman.wfv
-
A few classes that does AJAX based web form validation
P
- PackageScanner - Class in org.cyclopsgroup.kaufman.tests
- PackageScanner.ClassVisitor - Interface in org.cyclopsgroup.kaufman.tests
- Pagination<T> - Class in org.cyclopsgroup.kaufman.web
- Pagination(PartialListView<T>, int) - Constructor for class org.cyclopsgroup.kaufman.web.Pagination
- PartialListView<T> - Interface in org.cyclopsgroup.kaufman.interfaces
- populate(String) - Static method in class org.cyclopsgroup.kaufman.aws.ExpressionUtils
- populate(String, Map<String, String>) - Static method in class org.cyclopsgroup.kaufman.aws.ExpressionUtils
- populate(String, Properties) - Static method in class org.cyclopsgroup.kaufman.aws.ExpressionUtils
- PropertiesHierarchyUtils - Class in org.cyclopsgroup.kaufman
- PropertiesHierarchyUtils() - Constructor for class org.cyclopsgroup.kaufman.PropertiesHierarchyUtils
- PropertyPopulatingFactoryBean<T> - Class in org.cyclopsgroup.kaufman.spring
- PropertyPopulatingFactoryBean(T, Properties) - Constructor for class org.cyclopsgroup.kaufman.spring.PropertyPopulatingFactoryBean
R
- refresh() - Method in class org.cyclopsgroup.kaufman.aws.ChainedCredentialsProvider
S
- S3FileFactoryBean - Class in org.cyclopsgroup.kaufman.aws
-
A spring bean that downloads S3 object into a local file, return the file and delete it when Spring context disposes.
- S3FileFactoryBean(AWSCredentialsProvider, String, String) - Constructor for class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- S3FileFactoryBean(AWSCredentials, String, String) - Constructor for class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- S3FileFactoryBean(AmazonS3, String, String) - Constructor for class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- S3FileFactoryBean(String, String) - Constructor for class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- scanPackage(String, PackageScanner.ClassVisitor) - Static method in class org.cyclopsgroup.kaufman.tests.PackageScanner
- ServletUtils - Class in org.cyclopsgroup.kaufman.servlet
- ServletUtils() - Constructor for class org.cyclopsgroup.kaufman.servlet.ServletUtils
- setDefaultValue(T) - Method in class org.cyclopsgroup.kaufman.spring.MappedFactoryBean
- setExternalResourcePaths(List<String>) - Method in class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- setExternalResourcePatterns(Set<Pattern>) - Method in class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- setExternalResourceUrl(String) - Method in class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- setFailureMessages(List<String>) - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- setFieldName(String) - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- setFields(List<FieldValidationResult>) - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- setLocalFile(File) - Method in class org.cyclopsgroup.kaufman.aws.S3FileFactoryBean
- setParameters(List<? extends Object>) - Method in class org.cyclopsgroup.kaufman.spring.StringFormattingFactoryBean
- setPathIgnored(Set<String>) - Method in class org.cyclopsgroup.kaufman.servlet.AbstractRequestAuthorizingFilter
-
Set a set of paths that bypass authorization
- setPrefix(String) - Method in class org.cyclopsgroup.kaufman.spring.PropertyPopulatingFactoryBean
- setPrefixAppended(String) - Method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- setSuccessful(boolean) - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- setSuccessful(boolean) - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- setSuffixAppended(String) - Method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- SimpleWebLinkToolConfig - Class in org.cyclopsgroup.kaufman.web
- SimpleWebLinkToolConfig() - Constructor for class org.cyclopsgroup.kaufman.web.SimpleWebLinkToolConfig
- StackTraceShorteningAdvice - Class in org.cyclopsgroup.kaufman.logging
- StackTraceShorteningAdvice() - Constructor for class org.cyclopsgroup.kaufman.logging.StackTraceShorteningAdvice
- StringFormattingFactoryBean - Class in org.cyclopsgroup.kaufman.spring
- StringFormattingFactoryBean(String) - Constructor for class org.cyclopsgroup.kaufman.spring.StringFormattingFactoryBean
- SubPropertiesFactoryBean - Class in org.cyclopsgroup.kaufman.spring
- SubPropertiesFactoryBean(Properties, String) - Constructor for class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- subset(Properties, String) - Static method in class org.cyclopsgroup.kaufman.PropertiesHierarchyUtils
T
- testTypesInSamePackage() - Method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifierTests
- toProperties(ExtendedProperties) - Static method in class org.cyclopsgroup.kaufman.spring.SubPropertiesFactoryBean
- toString() - Method in class org.cyclopsgroup.kaufman.interfaces.BaseComparableBean
- toString() - Method in class org.cyclopsgroup.kaufman.web.WebLinkTool
- toString() - Method in class org.cyclopsgroup.kaufman.wfv.FieldValidationResult
- toString() - Method in class org.cyclopsgroup.kaufman.wfv.FormValidationResult
- toVerifier() - Method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier.Builder
- Transportable<T> - Interface in org.cyclopsgroup.kaufman.interfaces
- transportList(List<? extends Transportable<T>>, Class<T>) - Static method in class org.cyclopsgroup.kaufman.interfaces.Transports
- Transports - Class in org.cyclopsgroup.kaufman.interfaces
U
- unmarshal(String) - Method in class org.cyclopsgroup.kaufman.interfaces.JodaDateTimeAdapter
V
- verifyPackage(String) - Method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier
- visitClass(Class<?>) - Method in interface org.cyclopsgroup.kaufman.tests.PackageScanner.ClassVisitor
W
- WebLinkTool - Class in org.cyclopsgroup.kaufman.web
- WebLinkTool() - Constructor for class org.cyclopsgroup.kaufman.web.WebLinkTool
- WebLinkToolConfig - Interface in org.cyclopsgroup.kaufman.web
- withRequireTrasnsient(boolean) - Method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier.Builder
- withVerifyDataTimeAdapter(boolean) - Method in class org.cyclopsgroup.kaufman.tests.JaxbTypeVerifier.Builder
All Classes and Interfaces|All Packages|Serialized Form