| Modifier and Type | Method and Description |
|---|---|
DomApplication |
AjaxRequestHandler.getApplication() |
| Constructor and Description |
|---|
AjaxRequestHandler(DomApplication domApplication) |
| Modifier and Type | Method and Description |
|---|---|
static DomApplication |
DomuiPageTester.app() |
DomApplication |
IDomUITestInfo.getApplication()
Return the Application instance under test.
|
DomApplication |
DomuiPageTester.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DomuiPageTester.initApplication(Class<? extends DomApplication> applicationClass,
File webappFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
CKEditResPart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
| Constructor and Description |
|---|
ControlBuilder(DomApplication app) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynaImaPart.DynaRenderer.generate(DomApplication app,
RequestContextImpl param,
String rurl) |
void |
DynaImaPart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadPart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
| Modifier and Type | Method and Description |
|---|---|
DomApplication |
Page.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
DomApplication |
PropButtonRenderer.getApplication() |
DomApplication |
CachedImagePart.ImageKeys.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
TempDirPart.generate(DomApplication app,
String rurl,
RequestContextImpl param)
Generate the appropriate resource inside the tmpdir passed.
|
void |
OpenStacktracePart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
void |
PollInfo.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
void |
CachedImagePart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
void |
TempFilePart.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
void |
PropButtonRenderer.generate(PartResponse pr,
DomApplication da,
ButtonPartKey key,
Properties p,
IResourceDependencyList rdl) |
void |
ButtonPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Deprecated.
|
void |
FileTypePart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
PropBtnPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Generate the button class.
|
void |
GrayscalerPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
SvgPartFactory.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
MarkerImagePart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Generate image if is not in cache.
|
void |
ComponentPartRenderer.initialize(DomApplication app,
RequestContextImpl param,
String rurl) |
static BufferedImage |
PartUtil.loadImage(DomApplication da,
String in,
IResourceDependencyList rdl)
Load an image, either thru a resource (when the part starts with RES) or as a webapp file.
|
static Properties |
PartUtil.loadProperties(DomApplication da,
String src,
IResourceDependencyList rdl)
Loads a properties file from a resource string.
|
| Constructor and Description |
|---|
ImageKeys(DomApplication application,
IRequestContext requestContext,
String rurl) |
| Modifier and Type | Method and Description |
|---|---|
static DomApplication |
DomApplication.get()
Returns the single DomApplication instance in use for the webapp.
|
DomApplication |
RequestContextImpl.getApplication() |
DomApplication |
IRequestContext.getApplication()
Return the DomApplication instance.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpServerRequestResponse |
HttpServerRequestResponse.create(DomApplication application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
IAppSessionListener.sessionCreated(DomApplication app,
AppSession ses) |
void |
IAppSessionListener.sessionDestroyed(DomApplication app,
AppSession ses) |
| Constructor and Description |
|---|
ApplicationRequestHandler(DomApplication application) |
RequestContextImpl(IRequestResponse rr,
DomApplication app,
AppSession ses) |
ResourceRequestHandler(DomApplication app,
PartRequestHandler prh) |
| Modifier and Type | Method and Description |
|---|---|
void |
IUnbufferedPartFactory.generate(DomApplication app,
String rurl,
RequestContextImpl param) |
void |
InternalResourcePart.generate(PartResponse pr,
DomApplication da,
Object inkey,
IResourceDependencyList rdl)
Generate the local resource.
|
void |
IBufferedPartFactory.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
This must generate the output for the resource.
|
| Constructor and Description |
|---|
PartRequestHandler(DomApplication application) |
| Modifier and Type | Method and Description |
|---|---|
Class<DomApplication> |
Reloader.loadApplication(String classname)
Used to load the Application class so it uses the proper ClassLoader.
|
| Modifier and Type | Method and Description |
|---|---|
DomApplication |
AppSession.getApplication()
Questionable use.
|
DomApplication |
WindowSession.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
AppSession |
HttpSessionLink.getAppSession(DomApplication app) |
| Constructor and Description |
|---|
AppSession(DomApplication da) |
| Modifier and Type | Method and Description |
|---|---|
static DomApplication |
TUtilDomUI.getApplication() |
DomApplication |
TestRequestContext.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TUtilDomUI.setApplication(DomApplication application) |
| Modifier and Type | Method and Description |
|---|---|
protected DomApplication |
FragmentedThemeFactory.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected static IResourceRef |
SimpleThemeFactory.findRef(DomApplication da,
String rurl,
IResourceDependencyList rdl) |
void |
ThemePartFactory.generate(PartResponse pr,
DomApplication da,
Object k,
IResourceDependencyList rdl) |
IResourceRef |
ThemeResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl)
Get a resource from the proper theme.
|
ITheme |
IThemeFactory.getTheme(DomApplication da,
String themeName)
Create the theme data for the theme passed.
|
ITheme |
SimpleThemeFactory.getTheme(DomApplication da,
String themeName) |
| Constructor and Description |
|---|
FragmentedThemeFactory(DomApplication da,
String themeName)
Constructor for a factory instance that will generate the ITheme.
|
FragmentedThemeStore(DomApplication app,
byte[] tbytes,
IScriptScope themeProperties,
List<String> themeInheritanceStack,
ResourceDependencies deps) |
SimpleTheme(DomApplication da,
String styleName,
IScriptScope themeProperties,
ResourceDependencies rd,
List<String> searchpath) |
ThemeManager(DomApplication application) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
IListMaker.createList(DomApplication a) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultBugListener.registerSessionListener(DomApplication da)
Call in Application.initialize() to register stuff to use the default bug handler.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceRef |
VersionedJsResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
IResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl)
Create the ref for the resource.
|
IResourceRef |
ClassRefResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
SimpleResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
RedirectingResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
static IResourceRef |
CompoundResourceRef.loadBySpec(DomApplication da,
String baseDir,
String inclset,
String origname)
Load the spec, and create the ref from it.
|
| Constructor and Description |
|---|
ResourceInfoCache(DomApplication application) |
Copyright © 2017 etc.to. All rights reserved.