A C D E F G H I J K L M O P Q R S T V W 

A

addDocRoot(String) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Add the directory to the list of directories where files will be serviced from.
addDocRoot(Resource) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Add the directory to the list of directories where files will be serviced from.

C

ClasspathStaticHttpHandler - Class in org.usergrid.standalone
Modified version of the StaticHttpHandler to serve resources from the classpath.
ClasspathStaticHttpHandler() - Constructor for class org.usergrid.standalone.ClasspathStaticHttpHandler
Create HttpHandler, which, by default, will handle requests to the static resources located in the current directory.
ClasspathStaticHttpHandler(String...) - Constructor for class org.usergrid.standalone.ClasspathStaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
ClasspathStaticHttpHandler(Set<String>) - Constructor for class org.usergrid.standalone.ClasspathStaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
cleanup() - Static method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
cleanupAndLeaveDirs() - Static method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
com.jdotsoft.jarloader - package com.jdotsoft.jarloader
 
createOptions() - Method in class org.usergrid.standalone.Server
 
CustomJSPTemplateProcessor - Class in org.usergrid.standalone
 
CustomJSPTemplateProcessor(ResourceConfig) - Constructor for class org.usergrid.standalone.CustomJSPTemplateProcessor
 

D

docRoots - Variable in class org.usergrid.standalone.ClasspathStaticHttpHandler
 

E

EmbeddedServerHelper - Class in org.usergrid.standalone.cassandra
 
EmbeddedServerHelper() - Constructor for class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
EmbeddedServerHelper(String) - Constructor for class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
emf - Variable in class org.usergrid.standalone.Server
 

F

findJsp(String) - Method in class org.usergrid.standalone.CustomJSPTemplateProcessor
 
findLibrary(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 
findResource(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 
findResources(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 

G

getAccessTokenForAdminUser(String) - Method in class org.usergrid.standalone.Server
 
getAdminUUID(String) - Method in class org.usergrid.standalone.Server
 
getDefaultDocRoot() - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Return the default directory from where files will be serviced.
getDocRoots() - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Return the list of directories where files will be serviced from.
getEntityManagerFactory() - Method in class org.usergrid.standalone.Server
 
getInstance() - Static method in class org.usergrid.standalone.Server
 
getManagementService() - Method in class org.usergrid.standalone.Server
 
getManifestMainClass() - Method in class com.jdotsoft.jarloader.JarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.
getProperties() - Method in class org.usergrid.standalone.Server
 
getQueueManagerFactory() - Method in class org.usergrid.standalone.Server
 
getRelativeURI(Request) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
 
getServiceManagerFactory() - Method in class org.usergrid.standalone.Server
 

H

handle(String, Request, Response) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Lookup a resource based on the request URI, and send it using send file.

I

INSTALL_JSP_SERVLETS - Static variable in class org.usergrid.standalone.Server
 
instance - Static variable in class org.usergrid.standalone.Server
 
invokeMain(String, String[]) - Method in class com.jdotsoft.jarloader.JarClassLoader
Invokes main() method on class with provided parameters.
isInitializeDatabaseOnStart() - Method in class org.usergrid.standalone.Server
 
isLaunchedFromJar() - Method in class com.jdotsoft.jarloader.JarClassLoader
Checks how the application was loaded: from JAR or file system.
isRunning() - Method in class org.usergrid.standalone.Server
 
isStartDatabaseWithServer() - Method in class org.usergrid.standalone.Server
 

J

JarClassLoader - Class in com.jdotsoft.jarloader
This class loader loads classes, native libraries and resources from the top JAR and from JARs inside top JAR.
JarClassLoader() - Constructor for class com.jdotsoft.jarloader.JarClassLoader
Default constructor.
JarClassLoader(ClassLoader) - Constructor for class com.jdotsoft.jarloader.JarClassLoader
Constructor.
JarClassLoader.LogArea - Enum in com.jdotsoft.jarloader
 
JarClassLoader.LogLevel - Enum in com.jdotsoft.jarloader
 

K

KEY_LOGGER - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to turn on logging to file or console.
KEY_LOGGER_AREA - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to define log area.
KEY_LOGGER_LEVEL - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to define log level.

L

loadClass(String, boolean) - Method in class com.jdotsoft.jarloader.JarClassLoader
Class loader JavaDoc encourages overriding findClass(String) in derived class rather than overriding this method.
loadSchemaFromYaml() - Static method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 

M

main(String[]) - Static method in class org.usergrid.standalone.Server
 
main(String[]) - Static method in class org.usergrid.standalone.ServerLoader
 
management - Variable in class org.usergrid.standalone.Server
 
mkdirs() - Static method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 

O

onMissingResource(Request, Response) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
The method will be called, if the static resource requested by the Request wasn't found, so StaticHttpHandler implementation may try to workaround this situation.
org.usergrid.standalone - package org.usergrid.standalone
 
org.usergrid.standalone.cassandra - package org.usergrid.standalone.cassandra
 

P

printCliHelp(String) - Method in class org.usergrid.standalone.Server
 
properties - Variable in class org.usergrid.standalone.Server
 

Q

qmf - Variable in class org.usergrid.standalone.Server
 

R

removeDocRoot(File) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Removes the directory from the list of directories where static files will be serviced from.
resolve(String) - Method in class org.usergrid.standalone.CustomJSPTemplateProcessor
 

S

sendFile(Response, Resource) - Static method in class org.usergrid.standalone.ClasspathStaticHttpHandler
 
Server - Class in org.usergrid.standalone
 
Server() - Constructor for class org.usergrid.standalone.Server
 
ServerLoader - Class in org.usergrid.standalone
 
ServerLoader() - Constructor for class org.usergrid.standalone.ServerLoader
 
service(Request, Response) - Method in class org.usergrid.standalone.ClasspathStaticHttpHandler
Based on the Request URI, try to map the file from the getDocRoots(), and send it back to a client.
setApplicationContext(ApplicationContext) - Method in class org.usergrid.standalone.Server
 
setDaemon(boolean) - Method in class org.usergrid.standalone.Server
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.usergrid.standalone.Server
 
setInitializeDatabaseOnStart(boolean) - Method in class org.usergrid.standalone.Server
 
setManagementService(ManagementService) - Method in class org.usergrid.standalone.Server
 
setProperties(Properties) - Method in class org.usergrid.standalone.Server
 
setQueueManagerFactory(QueueManagerFactory) - Method in class org.usergrid.standalone.Server
 
setServiceManagerFactory(ServiceManagerFactory) - Method in class org.usergrid.standalone.Server
 
setStartDatabaseWithServer(boolean) - Method in class org.usergrid.standalone.Server
 
setup() - Method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
Set embedded cassandra up and spawn it in a new thread.
smf - Variable in class org.usergrid.standalone.Server
 
springInit() - Method in class org.usergrid.standalone.Server
 
start() - Method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
startCassandra() - Method in class org.usergrid.standalone.Server
 
startServer() - Method in class org.usergrid.standalone.Server
 
startServerFromCommandLine(String[]) - Method in class org.usergrid.standalone.Server
 
stop() - Method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
stopCassandra() - Method in class org.usergrid.standalone.Server
 
stopServer() - Method in class org.usergrid.standalone.Server
 

T

teardown() - Static method in class org.usergrid.standalone.cassandra.EmbeddedServerHelper
 
TMP_SUB_DIRECTORY - Static variable in class com.jdotsoft.jarloader.JarClassLoader
Sub directory name for temporary files.

V

valueOf(String) - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(String, Viewable, OutputStream) - Method in class org.usergrid.standalone.CustomJSPTemplateProcessor
 
A C D E F G H I J K L M O P Q R S T V W 

Copyright © 2013. All Rights Reserved.