A C D G I J M O P S W Y 
All Classes All Packages

A

args - Variable in class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 

C

createServer(Module, Module, ServerConfig, String...) - Method in class webpiecesxxxxxpackage.DevelopmentServer
 
createServer(Module, Module, ServerConfig, String...) - Method in class webpiecesxxxxxpackage.services.YourCompanyDevelopmentServer
 
createServer(Module, ServerConfig, String...) - Method in class webpiecesxxxxxpackage.ProdServerForIDE
 
createServer(Module, ServerConfig, String...) - Method in class webpiecesxxxxxpackage.services.YourCompanyProdServerForIDE
 

D

DevConfig - Interface in webpiecesxxxxxpackage.services
Goes in re-usable location so all your dev servers can be modified
DevelopmentServer - Class in webpiecesxxxxxpackage
What's awesome about writing code on the DevelopmentServer is we can put validation/failures in place that are not in the production server so developers can catch them.
DevelopmentServer(boolean) - Constructor for class webpiecesxxxxxpackage.DevelopmentServer
 
DevServerMeta - Class in webpiecesxxxxxpackage.meta
 
DevServerMeta() - Constructor for class webpiecesxxxxxpackage.meta.DevServerMeta
 
DevServerUtil - Class in webpiecesxxxxxpackage.services
Goes in re-usable location so all your dev servers can be modified
DevServerUtil() - Constructor for class webpiecesxxxxxpackage.services.DevServerUtil
 
directory - Variable in class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 

G

getByteCache() - Static method in class webpiecesxxxxxpackage.meta.JavaCache
 
getCacheLocation() - Static method in class webpiecesxxxxxpackage.meta.JavaCache
 
getConfig() - Method in class webpiecesxxxxxpackage.DevelopmentServer
 
getConfig() - Method in class webpiecesxxxxxpackage.ProdServerForIDE
 
getConfig() - Method in class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 
getExtraArguments() - Method in class webpiecesxxxxxpackage.OurDevConfig
 
getExtraArguments() - Method in interface webpiecesxxxxxpackage.services.DevConfig
 
getGuiceModules() - Method in class webpiecesxxxxxpackage.meta.DevServerMeta
 
getHibernateSettingsClazz() - Method in class webpiecesxxxxxpackage.OurDevConfig
 
getHibernateSettingsClazz() - Method in interface webpiecesxxxxxpackage.services.DevConfig
 
getHttpPort() - Method in class webpiecesxxxxxpackage.OurDevConfig
 
getHttpPort() - Method in interface webpiecesxxxxxpackage.services.DevConfig
 
getHttpsPort() - Method in class webpiecesxxxxxpackage.OurDevConfig
 
getHttpsPort() - Method in interface webpiecesxxxxxpackage.services.DevConfig
 
getPlugins() - Method in class webpiecesxxxxxpackage.meta.DevServerMeta
 
getRouteModules() - Method in class webpiecesxxxxxpackage.meta.DevServerMeta
 

I

initialize(WebAppConfig) - Method in class webpiecesxxxxxpackage.meta.DevServerMeta
 

J

JavaCache - Class in webpiecesxxxxxpackage.meta
 
JavaCache() - Constructor for class webpiecesxxxxxpackage.meta.JavaCache
 

M

main(String[]) - Static method in class webpiecesxxxxxpackage.DevelopmentServer
 
main(String[]) - Static method in class webpiecesxxxxxpackage.ProdServerForIDE
 

O

OurDevConfig - Class in webpiecesxxxxxpackage
 
OurDevConfig() - Constructor for class webpiecesxxxxxpackage.OurDevConfig
 

P

ProdServerForIDE - Class in webpiecesxxxxxpackage
Uses the production Router but the dev template compiler so you 'could' step through prod router code to see if something is going on TODO: modify this to compile ALL gradle groovy template *.class files (ones generated from the html) and then we could run full production mode from the IDE
ProdServerForIDE(boolean) - Constructor for class webpiecesxxxxxpackage.ProdServerForIDE
 

S

srcPaths - Variable in class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 
start() - Method in class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 
start() - Method in class webpiecesxxxxxpackage.services.YourCompanyDevelopmentServer
 
start() - Method in class webpiecesxxxxxpackage.services.YourCompanyProdServerForIDE
 
start(Supplier<YourCompanyAbstractDevServer>) - Static method in class webpiecesxxxxxpackage.services.DevServerUtil
 
stop() - Method in class webpiecesxxxxxpackage.services.YourCompanyDevelopmentServer
 

W

webpiecesxxxxxpackage - package webpiecesxxxxxpackage
 
webpiecesxxxxxpackage.meta - package webpiecesxxxxxpackage.meta
 
webpiecesxxxxxpackage.services - package webpiecesxxxxxpackage.services
 

Y

YourCompanyAbstractDevServer - Class in webpiecesxxxxxpackage.services
Goes in re-usable location so all your dev servers can be modified
YourCompanyAbstractDevServer(String, boolean) - Constructor for class webpiecesxxxxxpackage.services.YourCompanyAbstractDevServer
 
YourCompanyDevelopmentServer - Class in webpiecesxxxxxpackage.services
Goes in re-usable location so all your dev servers can be modified
YourCompanyDevelopmentServer(String, boolean) - Constructor for class webpiecesxxxxxpackage.services.YourCompanyDevelopmentServer
 
YourCompanyProdServerForIDE - Class in webpiecesxxxxxpackage.services
Goes in re-usable location so all your dev servers can be modified
YourCompanyProdServerForIDE(String, boolean) - Constructor for class webpiecesxxxxxpackage.services.YourCompanyProdServerForIDE
 
A C D G I J M O P S W Y 
All Classes All Packages