Index

A B C D F G I J M P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Action(String, Consumer<Node>) - Constructor for class com.flowlogix.util.ShrinkWrapManipulator.Action
 

B

buildQueryCriteria() - Method in class com.flowlogix.jeedao.DaoHelper
 
buildQueryCriteria(Class<RR>) - Method in class com.flowlogix.jeedao.DaoHelper
 

C

checkAndConvert(String, Class<TT>) - Static method in class com.flowlogix.util.TypeConverter
 
CheckedValue() - Constructor for class com.flowlogix.util.TypeConverter.CheckedValue
 
checkType(String, Class<TT>) - Static method in class com.flowlogix.util.TypeConverter
Check if conversion will succeed
CLIENT_STATE_SAVING - Static variable in class com.flowlogix.util.ShrinkWrapManipulator
 
com.flowlogix - package com.flowlogix
 
com.flowlogix.jeedao - package com.flowlogix.jeedao
 
com.flowlogix.jeedao.querycriteria - package com.flowlogix.jeedao.querycriteria
 
com.flowlogix.ui - package com.flowlogix.ui
 
com.flowlogix.util - package com.flowlogix.util
 
contextDestroyed(ServletContextEvent) - Method in class com.flowlogix.ui.UnmappedResourceHandlerMapper
 
contextInitialized(ServletContextEvent) - Method in class com.flowlogix.ui.UnmappedResourceHandlerMapper
 
count() - Method in class com.flowlogix.jeedao.DaoHelper
 
count(DaoHelper.Parameters<TT>) - Method in class com.flowlogix.jeedao.DaoHelper
 
CountQueryCriteria<TT> - Class in com.flowlogix.jeedao.querycriteria
 
CountQueryCriteria() - Constructor for class com.flowlogix.jeedao.querycriteria.CountQueryCriteria
 
createNativeQuery(String, Class<?>) - Method in class com.flowlogix.jeedao.DaoHelper
 
createNativeQuery(String, String) - Method in class com.flowlogix.jeedao.DaoHelper
 

D

daoHelper - Variable in class com.flowlogix.jeedao.InheritableDaoHelper
 
DaoHelper<TT,KT> - Class in com.flowlogix.jeedao
Lightweight wrapper around common JPA methods This is the primary class in the com.flowlogix.jeedao package
DaoHelper() - Constructor for class com.flowlogix.jeedao.DaoHelper
 
DaoHelper.Parameters<TT> - Class in com.flowlogix.jeedao
 
decorateResource(Resource) - Method in class com.flowlogix.ui.MinimizedHandler
 

F

findAll() - Method in class com.flowlogix.jeedao.DaoHelper
 
findAll(DaoHelper.Parameters<TT>) - Method in class com.flowlogix.jeedao.DaoHelper
find all with added criteria and hints
findRange(int, int) - Method in class com.flowlogix.jeedao.DaoHelper
 
findRange(int, int, DaoHelper.Parameters<TT>) - Method in class com.flowlogix.jeedao.DaoHelper
find range with added criteria and hints

G

getContextParamValue(String) - Static method in class com.flowlogix.util.ShrinkWrapManipulator
 
getEntityManager() - Method in class com.flowlogix.jeedao.DaoHelper
 
getResultList() - Method in class com.flowlogix.jeedao.TypedNativeQuery
 
getResultStream() - Method in class com.flowlogix.jeedao.TypedNativeQuery
 
getSingleResult() - Method in class com.flowlogix.jeedao.TypedNativeQuery
 

I

InheritableDaoHelper<TT,KT> - Class in com.flowlogix.jeedao
Data Access Object pattern implementation that is meant to be inherited by the user's classes.
InheritableDaoHelper() - Constructor for class com.flowlogix.jeedao.InheritableDaoHelper
 
INTEGRATION_TEST_MODE_PROPERTY - Static variable in class com.flowlogix.util.ShrinkWrapManipulator
 
isClientStateSavingIntegrationTest() - Static method in class com.flowlogix.util.ShrinkWrapManipulator
 
isShiroNativeSessionsIntegrationTest() - Static method in class com.flowlogix.util.ShrinkWrapManipulator
 

J

JakartaTransformerUtils - Class in com.flowlogix.util
 
JakartaTransformerUtils() - Constructor for class com.flowlogix.util.JakartaTransformerUtils
 
jakartify(String) - Static method in class com.flowlogix.util.JakartaTransformerUtils
 

M

MinimizedHandler - Class in com.flowlogix.ui
Automatically transforms CSS / JS, etc.
MinimizedHandler(ResourceHandler) - Constructor for class com.flowlogix.ui.MinimizedHandler
 

P

PackageMarker - Annotation Type in com.flowlogix
dummy interface for package-info.java so maven doesn't recompile every time
Parameters() - Constructor for class com.flowlogix.jeedao.DaoHelper.Parameters
 

Q

QueryCriteria<TT> - Class in com.flowlogix.jeedao.querycriteria
 
QueryCriteria() - Constructor for class com.flowlogix.jeedao.querycriteria.QueryCriteria
 

R

readString(InputStream) - Static method in class com.flowlogix.util.Streams
 

S

serializeAndDeserialize(TT) - Static method in class com.flowlogix.util.SerializeTester
 
SerializeTester - Class in com.flowlogix.util
Serialization test mechanism
SerializeTester() - Constructor for class com.flowlogix.util.SerializeTester
 
SHIRO_EE_DISABLED - Static variable in class com.flowlogix.util.ShrinkWrapManipulator
 
SHIRO_NATIVE_SESSIONS - Static variable in class com.flowlogix.util.ShrinkWrapManipulator
 
ShrinkWrapManipulator - Class in com.flowlogix.util
modifies web.xml according to xpath and function
ShrinkWrapManipulator() - Constructor for class com.flowlogix.util.ShrinkWrapManipulator
 
ShrinkWrapManipulator.Action - Class in com.flowlogix.util
 
Streams - Class in com.flowlogix.util
Read String from Stream Does not close the stream afterwards
Streams() - Constructor for class com.flowlogix.util.Streams
 

T

toHttpsURL(URL) - Static method in class com.flowlogix.util.ShrinkWrapManipulator
Transform http to https URL using sslPort system property, and default port 8181 if system property is not defined
toHttpsURL(URL, String, int) - Static method in class com.flowlogix.util.ShrinkWrapManipulator
 
TypeConverter - Class in com.flowlogix.util
Converts from any String to any type dynamically, using static
TypeConverter() - Constructor for class com.flowlogix.util.TypeConverter
 
TypeConverter.CheckedValue<TT> - Class in com.flowlogix.util
TypedNativeQuery - Class in com.flowlogix.jeedao
type-safe native query, avoids casts or unchecked warnings
TypedNativeQuery() - Constructor for class com.flowlogix.jeedao.TypedNativeQuery
 

U

UnmappedResourceHandlerMapper - Class in com.flowlogix.ui
aids in implementation of OmniFaces
invalid reference
UnmappedResourceHandler
UnmappedResourceHandlerMapper() - Constructor for class com.flowlogix.ui.UnmappedResourceHandlerMapper
 

V

valueOf(String, Class<TT>) - Static method in class com.flowlogix.util.TypeConverter
 
valueOf(String, String) - Static method in class com.flowlogix.util.TypeConverter
Convert string to object given a type name

W

webXmlXPath(WebArchive, List<ShrinkWrapManipulator.Action>) - Method in class com.flowlogix.util.ShrinkWrapManipulator
modified web.xml according to xpath and method
A B C D F G I J M P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form