public class SecurityPropertiesGenerator extends AbstractAsyncGenerator
Modifier and Type | Field and Description |
---|---|
static String |
USER_COOKIE_ENABLED_PROP |
Constructor and Description |
---|
SecurityPropertiesGenerator() |
Modifier and Type | Method and Description |
---|---|
protected String |
generate(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.GeneratorContext context)
Called by
AbstractAsyncGenerator.generateAsync(TreeLogger, GeneratorContext) to carry out the actual code
generation. |
String |
generate(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.GeneratorContext context,
String typeName) |
protected boolean |
isCacheValid() |
addCacheRelevantClass, addCacheRelevantClasses, generateAsync, getGeneratedCache, hasGenerationCache, isRelevantNewClass, startAsyncGeneratorsAndWaitFor
public static final String USER_COOKIE_ENABLED_PROP
protected String generate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context)
AbstractAsyncGenerator
AbstractAsyncGenerator.generateAsync(TreeLogger, GeneratorContext)
to carry out the actual code
generation.generate
in class AbstractAsyncGenerator
context
- the generator context to use.public String generate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, String typeName) throws com.google.gwt.core.ext.UnableToCompleteException
generate
in class com.google.gwt.core.ext.Generator
com.google.gwt.core.ext.UnableToCompleteException
protected boolean isCacheValid()
isCacheValid
in class AbstractAsyncGenerator
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.