Uses of Class
net.anotheria.asg.generator.Context
-
-
Uses of Context in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return Context Modifier and Type Method Description ContextGeneratorDataRegistry. getContext()Getter for the fieldcontext.Methods in net.anotheria.asg.generator with parameters of type Context Modifier and Type Method Description protected voidAbstractAnoDocGenerator. runGenerator(IGenerator generator, IGenerateable target, Context context, java.util.List<FileEntry> results)runGenerator.voidGeneratorDataRegistry. setContext(Context context)Sets the context. -
Uses of Context in net.anotheria.asg.generator.apputil
Methods in net.anotheria.asg.generator.apputil with parameters of type Context Modifier and Type Method Description java.util.List<FileEntry>LanguageUtilsGenerator. generate(java.util.List<MetaModule> modules, Context context)generate.java.util.List<FileEntry>XMLImporterGenerator. generate(java.util.List<MetaModule> modules, Context context)generate.static java.lang.StringCallContextGenerator. getCallContextName(Context c)getCallContextName.static java.lang.StringLanguageUtilsGenerator. getCopierClassName(Context context)getCopierClassName.static java.lang.StringXMLExporterGenerator. getExporterClassName(Context context)getExporterClassName.static java.lang.StringCallContextGenerator. getFactoryName(Context c)getFactoryName.static java.lang.StringCallContextGenerator. getFullFactoryName(Context c)getFullFactoryName.static java.lang.StringXMLImporterGenerator. getImporterClassName(Context context)getImporterClassName.Constructors in net.anotheria.asg.generator.apputil with parameters of type Context Constructor Description AppUtilGenerator(Context aContext)Constructor for AppUtilGenerator. -
Uses of Context in net.anotheria.asg.generator.model
Methods in net.anotheria.asg.generator.model with parameters of type Context Modifier and Type Method Description static java.lang.StringDataFacadeGenerator. getDocumentFactoryImport(Context context, MetaDocument doc)getDocumentFactoryImport.static java.lang.StringServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName.static java.lang.StringDataFacadeGenerator. getXMLHelperImport(Context context, MetaDocument doc)getXMLHelperImport. -
Uses of Context in net.anotheria.asg.generator.model.db
Methods in net.anotheria.asg.generator.model.db with parameters of type Context Modifier and Type Method Description static java.lang.StringVOGenerator. getDocumentImport(Context context, MetaDocument doc)getDocumentImport.static java.lang.StringJDBCPersistenceServiceGenerator. getExceptionImport(Context c, MetaModule m)getExceptionImport.static java.lang.StringJDBCPersistenceServiceGenerator. getFactoryImport(Context c, MetaModule m)getFactoryImport.static java.lang.StringJDBCPersistenceServiceGenerator. getInterfaceImport(Context c, MetaModule m)getInterfaceImport.static java.lang.StringJDBCPersistenceServiceGenerator. getItemNotFoundExceptionImport(Context c, MetaDocument doc, MetaModule m)getItemNotFoundExceptionImport.static java.lang.StringJDBCPersistenceServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName. -
Uses of Context in net.anotheria.asg.generator.model.docs
Methods in net.anotheria.asg.generator.model.docs with parameters of type Context Modifier and Type Method Description static java.lang.StringDocumentGenerator. getDocumentImport(Context context, MetaDocument doc)getDocumentImport. -
Uses of Context in net.anotheria.asg.generator.model.federation
Methods in net.anotheria.asg.generator.model.federation with parameters of type Context Modifier and Type Method Description static java.lang.StringFederationVOGenerator. getDocumentImport(Context context, MetaDocument doc)getDocumentImport. -
Uses of Context in net.anotheria.asg.generator.model.inmemory
Methods in net.anotheria.asg.generator.model.inmemory with parameters of type Context Modifier and Type Method Description static java.lang.StringInMemoryServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName. -
Uses of Context in net.anotheria.asg.generator.model.rmi
Methods in net.anotheria.asg.generator.model.rmi with parameters of type Context Modifier and Type Method Description static java.lang.StringRMIServiceGenerator. getPackageName(Context context, MetaModule module)getPackageName. -
Uses of Context in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return Context Modifier and Type Method Description static ContextXMLContextParser. parseContext(java.lang.String content)parseContext. -
Uses of Context in net.anotheria.asg.generator.types
Methods in net.anotheria.asg.generator.types with parameters of type Context Modifier and Type Method Description static java.lang.StringEnumerationGenerator. getPackageName(Context context)getPackageName. -
Uses of Context in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type Context Modifier and Type Method Description static java.lang.StringModuleBeanGenerator. getListItemBeanImport(Context context, MetaDocument doc)getListItemBeanImport.static java.lang.StringModuleBeanGenerator. getListItemBeanSortTypeImport(Context context, MetaDocument doc)getListItemBeanSortTypeImport.static java.lang.StringModuleActionsGenerator. getPackage(Context context)getPackage.static java.lang.StringModuleActionsGenerator. getPackage(Context context, MetaModule module)getPackage.static java.lang.StringModuleBeanGenerator. getPackage(Context context, MetaDocument doc)getPackage.static java.lang.StringModuleBeanGenerator. getPackage(Context context, MetaModule module)getPackage. -
Uses of Context in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp that return Context Modifier and Type Method Description ContextAbstractJSPGenerator. getContext()getContext.Methods in net.anotheria.asg.generator.view.jsp with parameters of type Context Modifier and Type Method Description FileEntryIndexPageJspGenerator. generate(Context context)generate.FileEntryMenuJspGenerator. generate(java.util.List<MetaView> views, Context context)generate.FileEntrySharedFooterJspGenerator. generate(java.util.List<MetaView> views, Context context)generate.static java.lang.StringAbstractJSPGenerator. getCSSPath(java.lang.String stylesheetName, Context context)getCSSPath.static java.lang.StringAbstractJSPGenerator. getImagePath(java.lang.String imageName, Context context)getImagePath.static java.lang.StringAbstractJSPGenerator. getJavaScriptPath(java.lang.String javaScript, Context context)getJavaScriptPath.static java.lang.StringAbstractJSPGenerator. getJSPath(java.lang.String jsName, Context context)getJSPath.static java.lang.StringAbstractJSPGenerator. getYUIPath(java.lang.String yuiName, Context context)getYUIPath.
-