Back to GWTP Home
B C D F G H I M O P R S U 

B

BuilderGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
You should consider to use a builder when you are faced with many constructor parameters.
BuilderGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 

C

ClassGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
ClassGenerationHelper is an internal class that provides common routines only used by the annotation processors.
ClassGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
close() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
com.gwtplatform.dispatch.annotation - package com.gwtplatform.dispatch.annotation
 
com.gwtplatform.dispatch.annotation.helper - package com.gwtplatform.dispatch.annotation.helper
 
com.gwtplatform.dispatch.annotation.processor - package com.gwtplatform.dispatch.annotation.processor
 

D

determineFinalConstantValue(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Note that to have a constant value, a field's type must be either a primitive type or String otherwise the value is null.
determineWrapperClass(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Returns the name of the wrapper class for a primitive class.

F

filterConstantFields(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
filterFields(Collection<VariableElement>, Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which are not annotated with one of the passed annotation.
filterFields(Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which do not contain one of the passed modifiers.
filterFields(Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which simple names do not equal the passed field names.
firstCharToUpperCase(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 

G

GenDispatch - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate Action and Result classes.
GenDispatchProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenDispatch annotations.
GenDispatchProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
GenDto - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate simple Data Transfer Object (DTO) classes solely for transferring data between the client and the server.
GenDtoProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenDto annotations.
GenDtoProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
 
generateAction(Element, boolean, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateAnnotation(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateAssociatedTypeMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateBuilderBuildMethod(String) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
Helper method to create the Builder#build() method which returns a concrete object instance.
generateBuilderClass(String, Collection<VariableElement>, Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderHeader() - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderInvocationMethod(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateClassHeader(String, String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Generates a class header.
generateConstantFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateConstructorUsingFields(String, Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateCustomBuilderConstructor(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
Creates a private object constructor which should only ever be called by the intern Builder class.
generateDispatchMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateEmptyConstructor(String, Modifier) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateEmptyMethodBody(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
Generates an empty method body.
generateEntityProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateEquals(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates an equals method using Java standards.
generateFieldAccessors(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates a default field assignment.
generateFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateFieldDeclaration(VariableElement, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateFieldDeclarations(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates all field declarations which are included in the passed list.
generateFieldList(Collection<VariableElement>, boolean, boolean) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates a list of Fields.
generateFireFieldsStaticMethod(GenerationHelper, Collection<VariableElement>, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFireInstanceStaticMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFireSelfMethod(GenerationHelper) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFooter() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateGetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateGetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateGetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateHasHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateHashCode(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates an hashCode method using Java standards.
generateImports(Class<?>...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Use null as import to separate import groups.
generateImports(String...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateInterfaceHeader(String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateIsSecuredMethod(GenerationHelper, boolean) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateModifierList(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generatePackageDeclaration(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates a package declaration.
generateProxy(Element, String, String[], String[], boolean, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateResult(Element, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateServiceNameAccessor(GenerationHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateSetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateSetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateSetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateStaticTypeField(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateToString(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateTypeAccessorMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateValueProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
GenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
GenerationHelper is an internal class that provides common routines only used by the annotation processors.
GenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
GenEvent - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate Event and Handler classes.
GenEventProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenEvent annotations.
GenEventProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
GenProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Abstract processor class for all @GenX annotations.
GenProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
GenProxy - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate EntityProxy and ValueProxy classes.
GenProxyProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenProxy annotations.
GenProxyProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
getAnnotatedFields(Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with the passed annotation classes.
getClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns the class name.
getClassRepresenter() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields ordered that are Modifier.FINAL or Modifier.STATIC.
getElementUtils() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Utility method.
getEnvironment() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Returns the current processing environment.
getFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields.
getFinalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields which contains Modifier.FINAL.
getInFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with @In.
getLocatorTypeMirror(GenProxy) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
getModifierFields(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields with the passed modifier.
getNonConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields that are not Modifier.FINAL or Modifier.STATIC.
getOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non constant fields annotated with @Optional.
getOptionalFields(Class<? extends Annotation>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non constant fields annotated with passed annotation.
getOrderedFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields ordered.
getOutFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with @Out.
getPackageName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getProcessingEnvironment() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getProxyTypeMirrorName(UseProxy, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
Workaround for MirroredTypeException (Attempt to access Class object for TypeMirror).
getRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non Optional|Modifier.STATIC| Modifier.FINAL fields ordered.
getSimpleClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getStaticFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields which contains Modifier.STATIC.
getSupportedSourceVersion() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 

H

hasOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
hasRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 

I

implode(Object[], String) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Construct a single string from an array of strings, gluing them together with the specified delimiter.
In - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @In(value) annotation on fields in an @GenDispatch class.
init(ProcessingEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
InterfaceGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
InterfaceGenerationHelper is an internal class that provides common routines only used by the annotation processors.
InterfaceGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
isConstant(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a static or final modifier.
isFinal(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a final modifier.
isPrimitive(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a type is a primitive type.
isStatic(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a static modifier.

M

manufactureAccessorName(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufactureField(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Returns the field's type together with the field's simple name.
manufactureIndentation() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufactureSetterName(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufactureSetterName(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 

O

onProcessingCompleted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Utility method called after the processing is finished.
onProcessingStarted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Utility method called after processing has started.
Optional - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @Optional annotation to specify optional fields.
Order - Annotation Type in com.gwtplatform.dispatch.annotation
Use with @GenEvent or @GenDto to specify the order of the fields in the constructor parameter list.
Out - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @Out(value) annotation on fields in an @GenDispatch class.

P

print(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
print(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
printError(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Prints an error.
println() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
println(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
println(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
printMessage(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Prints a message.
printWithoutSpaces(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Override this function to receive elements which you've declared in supported annotations.
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 

R

ReflectionHelper - Class in com.gwtplatform.dispatch.annotation.helper
ReflectionHelper is an internal class that provides common routines only used by the annotation processors.
ReflectionHelper(ProcessingEnvironment, TypeElement) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
replaceParameters(String, Object...) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Replaces each placeholder of this string that matches a parameter index.
resetWhitespaces() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 

S

setWhitespaces(int) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
sortFields(Class<? extends Annotation>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Sorts the passed fields based on the passed annotation sort logic.
sortInFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
sortOrderFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
sortOutFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 

U

UseProxy - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation on domain (server-side) object fields specifying an EntityProxy or ValueProxy class for the generation process.
UseProxyName - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation on domain (server-side) object fields specifying an EntityProxy or ValueProxy class for the generation process.
B C D F G H I M O P R S U 
Back to GWTP Home

Copyright © 2010-2014 ArcBees. All Rights Reserved.