|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPartFactory | |
---|---|
to.etc.domui.component.dynaima | |
to.etc.domui.component.htmleditor | |
to.etc.domui.component.upload | |
to.etc.domui.parts | |
to.etc.domui.server.parts | |
to.etc.domui.themes |
Uses of IPartFactory in to.etc.domui.component.dynaima |
---|
Classes in to.etc.domui.component.dynaima that implement IPartFactory | |
---|---|
class |
DynaImaPart
|
Uses of IPartFactory in to.etc.domui.component.htmleditor |
---|
Classes in to.etc.domui.component.htmleditor that implement IPartFactory | |
---|---|
class |
EditResPart
This part handles requests from the HtmlEditor component (using the FCKeditor) for images and other files. |
Uses of IPartFactory in to.etc.domui.component.upload |
---|
Classes in to.etc.domui.component.upload that implement IPartFactory | |
---|---|
class |
UploadPart
This thingy accepts file upload requests for a given control. |
Uses of IPartFactory in to.etc.domui.parts |
---|
Classes in to.etc.domui.parts that implement IPartFactory | |
---|---|
class |
ButtonPart
Deprecated. |
class |
CachedImagePart
|
class |
FileTypePart
|
class |
PollInfo
This will become a simple, generic framework to pass events to a browser based application by means of polling: the browser is supposed to poll this part every 2 minutes; this part can pass back event commands to the browser when needed. |
class |
PropBtnPart
A generated button image from a button definition file. |
class |
SvgPartFactory
Themed SVG generator. |
class |
TempFilePart
Safe reference to a server-side tempfile. |
Method parameters in to.etc.domui.parts with type arguments of type IPartFactory | |
---|---|
static void |
ComponentPartRenderer.appendComponentURL(java.lang.StringBuilder sb,
java.lang.Class<? extends IPartFactory> fclazz,
NodeBase b,
IRequestContext ctx)
Create a ComponentPartFactory reference URL |
Uses of IPartFactory in to.etc.domui.server.parts |
---|
Subinterfaces of IPartFactory in to.etc.domui.server.parts | |
---|---|
interface |
IBufferedPartFactory
|
interface |
IUnbufferedPartFactory
|
interface |
IUrlPart
|
Classes in to.etc.domui.server.parts that implement IPartFactory | |
---|---|
class |
InternalResourcePart
This part handler handles all internal resource requests; this are requests where the URL starts with a dollar sign (and the URL is not some well-known name). |
Uses of IPartFactory in to.etc.domui.themes |
---|
Classes in to.etc.domui.themes that implement IPartFactory | |
---|---|
class |
ThemePartFactory
This accepts all urls in the format *.theme.xxx. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |