|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.strategies.TemplateStrategyControl<B>
net.sf.jelly.apt.strategies.TemplateBlockStrategy<B>
net.sf.jelly.apt.strategies.TemplateLoopStrategy<L,net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock>
org.codehaus.enunciate.template.strategies.EnunciateTemplateLoopStrategy<L>
public abstract class EnunciateTemplateLoopStrategy<L>
Basic class for enunciate loops.
| Constructor Summary | |
|---|---|
EnunciateTemplateLoopStrategy()
|
|
| Method Summary | |
|---|---|
protected com.sun.mirror.apt.AnnotationProcessorEnvironment |
getAnnotationProcessorEnvironment()
The current annotation processing environment. |
protected java.util.Map<java.lang.String,JsonSchemaInfo> |
getIdsToJsonSchemas()
The ID to json schema map. |
protected EnunciateFreemarkerModel |
getModel()
Get the current root model. |
protected java.util.Map<java.lang.String,java.lang.String> |
getNamespacesToPrefixes()
The namespace to prefix map. |
protected java.util.Map<java.lang.String,SchemaInfo> |
getNamespacesToSchemas()
The namespace to schema map. |
protected java.util.Map<java.lang.String,WsdlInfo> |
getNamespacesToWSDLs()
The namespace to wsdl map. |
protected boolean |
isVerbose()
Whether processing should be verbose. |
protected java.lang.String |
lookupPrefix(java.lang.String namespace)
Convenience method to lookup a namespace prefix given a namespace. |
protected SchemaInfo |
lookupSchema(java.lang.String namespace)
Convenience method to lookup a namespace schema given a namespace. |
protected WsdlInfo |
lookupWSDL(java.lang.String namespace)
Convenience method to lookup a namespace wsdl given a namespace. |
| Methods inherited from class net.sf.jelly.apt.strategies.TemplateLoopStrategy |
|---|
getLoop, preProcess, processBody, setupModelForLoop |
| Methods inherited from class net.sf.jelly.apt.strategies.TemplateBlockStrategy |
|---|
postProcess |
| Methods inherited from class net.sf.jelly.apt.strategies.TemplateStrategyControl |
|---|
invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnunciateTemplateLoopStrategy()
| Method Detail |
|---|
protected java.lang.String lookupPrefix(java.lang.String namespace)
namespace - The namespace for which to lookup the prefix.
protected SchemaInfo lookupSchema(java.lang.String namespace)
namespace - The namespace for which to lookup the schema.
protected WsdlInfo lookupWSDL(java.lang.String namespace)
namespace - The namespace for which to lookup the wsdl.
protected java.util.Map<java.lang.String,java.lang.String> getNamespacesToPrefixes()
protected java.util.Map<java.lang.String,SchemaInfo> getNamespacesToSchemas()
protected java.util.Map<java.lang.String,JsonSchemaInfo> getIdsToJsonSchemas()
protected java.util.Map<java.lang.String,WsdlInfo> getNamespacesToWSDLs()
protected EnunciateFreemarkerModel getModel()
protected com.sun.mirror.apt.AnnotationProcessorEnvironment getAnnotationProcessorEnvironment()
protected boolean isVerbose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||