Uses of Class
to.etc.domui.server.DomApplication

Packages that use DomApplication
to.etc.domui.ajax   
to.etc.domui.component.dynaima   
to.etc.domui.component.form   
to.etc.domui.component.htmleditor   
to.etc.domui.component.upload   
to.etc.domui.dom.html   
to.etc.domui.parts   
to.etc.domui.server   
to.etc.domui.server.parts   
to.etc.domui.server.reloader   
to.etc.domui.state   
to.etc.domui.themes   
to.etc.domui.util   
to.etc.domui.util.bugs   
to.etc.domui.util.resources   
 

Uses of DomApplication in to.etc.domui.ajax
 

Methods in to.etc.domui.ajax that return DomApplication
 DomApplication AjaxRequestHandler.getApplication()
           
 

Constructors in to.etc.domui.ajax with parameters of type DomApplication
AjaxRequestHandler(DomApplication domApplication)
           
 

Uses of DomApplication in to.etc.domui.component.dynaima
 

Methods in to.etc.domui.component.dynaima with parameters of type DomApplication
 void DynaImaPart.DynaRenderer.generate(DomApplication app, RequestContextImpl param, java.lang.String rurl)
           
 void DynaImaPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of DomApplication in to.etc.domui.component.form
 

Constructors in to.etc.domui.component.form with parameters of type DomApplication
ControlBuilder(DomApplication app)
           
 

Uses of DomApplication in to.etc.domui.component.htmleditor
 

Methods in to.etc.domui.component.htmleditor with parameters of type DomApplication
 void EditResPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of DomApplication in to.etc.domui.component.upload
 

Methods in to.etc.domui.component.upload with parameters of type DomApplication
 void UploadPart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 

Uses of DomApplication in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return DomApplication
 DomApplication Page.getApplication()
           
 

Uses of DomApplication in to.etc.domui.parts
 

Methods in to.etc.domui.parts that return DomApplication
 DomApplication PropButtonRenderer.getApplication()
           
 DomApplication CachedImagePart.ImageKeys.getApplication()
           
 

Methods in to.etc.domui.parts with parameters of type DomApplication
 void PollInfo.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void CachedImagePart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void TempFilePart.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void SvgPartFactory.generate(PartResponse pr, DomApplication da, java.lang.Object key, IResourceDependencyList rdl)
           
 void PropBtnPart.generate(PartResponse pr, DomApplication da, java.lang.Object key, IResourceDependencyList rdl)
          Generate the button class.
 void ButtonPart.generate(PartResponse pr, DomApplication da, java.lang.Object key, IResourceDependencyList rdl)
          Deprecated.  
 void FileTypePart.generate(PartResponse pr, DomApplication da, java.lang.Object key, IResourceDependencyList rdl)
           
 void PropButtonRenderer.generate(PartResponse pr, DomApplication da, PropBtnPart.ButtonPartKey key, java.util.Properties p, IResourceDependencyList rdl)
           
 void ComponentPartRenderer.initialize(DomApplication app, RequestContextImpl param, java.lang.String rurl)
           
static java.awt.image.BufferedImage PartUtil.loadImage(DomApplication da, java.lang.String in, IResourceDependencyList rdl)
          Load an image, either thru a resource (when the part starts with RES) or as a webapp file.
static java.util.Properties PartUtil.loadProperties(DomApplication da, java.lang.String src, IResourceDependencyList rdl)
          Loads a properties file from a resource string.
 

Constructors in to.etc.domui.parts with parameters of type DomApplication
CachedImagePart.ImageKeys(DomApplication application, IRequestContext requestContext, java.lang.String rurl)
           
 

Uses of DomApplication in to.etc.domui.server
 

Methods in to.etc.domui.server that return DomApplication
static DomApplication DomApplication.get()
          Returns the single DomApplication instance in use for the webapp.
 DomApplication RequestContextImpl.getApplication()
           
 DomApplication IRequestContext.getApplication()
          Return the DomApplication instance.
 

Methods in to.etc.domui.server with parameters of type DomApplication
 void IAppSessionListener.sessionCreated(DomApplication app, AppSession ses)
           
 void IAppSessionListener.sessionDestroyed(DomApplication app, AppSession ses)
           
 

Constructors in to.etc.domui.server with parameters of type DomApplication
ApplicationRequestHandler(DomApplication application)
           
ResourceRequestHandler(DomApplication app, PartRequestHandler prh)
           
 

Uses of DomApplication in to.etc.domui.server.parts
 

Methods in to.etc.domui.server.parts with parameters of type DomApplication
 void IUnbufferedPartFactory.generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 void IBufferedPartFactory.generate(PartResponse pr, DomApplication da, java.lang.Object key, IResourceDependencyList rdl)
          This must generate the output for the resource.
 void InternalResourcePart.generate(PartResponse pr, DomApplication da, java.lang.Object inkey, IResourceDependencyList rdl)
          Generate the local resource.
 

Constructors in to.etc.domui.server.parts with parameters of type DomApplication
PartRequestHandler(DomApplication application)
           
 

Uses of DomApplication in to.etc.domui.server.reloader
 

Methods in to.etc.domui.server.reloader that return types with arguments of type DomApplication
 java.lang.Class<DomApplication> Reloader.loadApplication(java.lang.String classname)
          Used to load the Application class so it uses the proper ClassLoader.
 

Uses of DomApplication in to.etc.domui.state
 

Methods in to.etc.domui.state that return DomApplication
 DomApplication AppSession.getApplication()
          Questionable use.
 DomApplication WindowSession.getApplication()
           
 

Constructors in to.etc.domui.state with parameters of type DomApplication
AppSession(DomApplication da)
           
 

Uses of DomApplication in to.etc.domui.themes
 

Methods in to.etc.domui.themes with parameters of type DomApplication
protected static IResourceRef SimpleThemeFactory.findRef(DomApplication da, java.lang.String rurl, IResourceDependencyList rdl)
           
 void ThemePartFactory.generate(PartResponse pr, DomApplication da, java.lang.Object k, IResourceDependencyList rdl)
           
 IResourceRef FragmentedThemeResourceFactory.getResource(DomApplication da, java.lang.String name, IResourceDependencyList rdl)
           
static void SimpleThemeFactory.loadProperties(java.util.Map<java.lang.String,java.lang.Object> map, DomApplication da, java.lang.String rurl, ResourceDependencyList rdl)
           
 void FragmentedThemeFactory.loadStyleInfo(DomApplication da)
           
 FragmentedThemeStore FragmentedThemeFactory.loadTheme(DomApplication da)
           
 ITheme SimpleThemeFactory.loadTheme(DomApplication da)
           
 ITheme IThemeFactory.loadTheme(DomApplication da)
           
 

Constructors in to.etc.domui.themes with parameters of type DomApplication
FragmentedThemeStore(DomApplication app, byte[] tbytes, JSTemplate stylesheetSource, java.util.Map<java.lang.String,java.lang.Object> themeProperties, java.util.List<java.lang.String> themeInheritanceStack, java.util.List<java.lang.String> iconInheritanceStack, ResourceDependencies deps)
           
 

Uses of DomApplication in to.etc.domui.util
 

Methods in to.etc.domui.util with parameters of type DomApplication
 java.util.List<T> IListMaker.createList(DomApplication a)
           
 

Uses of DomApplication in to.etc.domui.util.bugs
 

Methods in to.etc.domui.util.bugs with parameters of type DomApplication
static void DefaultBugListener.registerSessionListener(DomApplication da)
          Call in Application.initialize() to register stuff to use the default bug handler.
 

Uses of DomApplication in to.etc.domui.util.resources
 

Methods in to.etc.domui.util.resources with parameters of type DomApplication
 IResourceRef ClassRefResourceFactory.getResource(DomApplication da, java.lang.String name, IResourceDependencyList rdl)
           
 IResourceRef SimpleResourceFactory.getResource(DomApplication da, java.lang.String name, IResourceDependencyList rdl)
           
 IResourceRef VersionedJsResourceFactory.getResource(DomApplication da, java.lang.String name, IResourceDependencyList rdl)
           
 IResourceRef IResourceFactory.getResource(DomApplication da, java.lang.String name, IResourceDependencyList rdl)
          Create the ref for the resource.