|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PainterFactory in com.cc.framework.ui.painter |
Methods in com.cc.framework.ui.painter that return PainterFactory | |
static PainterFactory |
PainterFactory.lookupFactory(javax.servlet.jsp.PageContext pageContext,
java.lang.String factoryId)
Returns the specified painter factory by its factory id |
Methods in com.cc.framework.ui.painter with parameters of type PainterFactory | |
static void |
PainterFactory.registerRequestPainter(javax.servlet.http.HttpServletRequest request,
PainterFactory painter)
Registers a Painter in the Session Scope. |
static void |
PainterFactory.unregisterRequestPainter(javax.servlet.http.HttpServletRequest request,
PainterFactory painter)
Unregisters a Painter from the request Scope |
static void |
PainterFactory.registerSessionPainter(javax.servlet.http.HttpSession session,
PainterFactory painter)
Registers a Painter in the Session Scope. |
static void |
PainterFactory.unregisterSessionPainter(javax.servlet.http.HttpSession session,
PainterFactory painter)
Unregisters a Painter from the Session Scope |
static void |
PainterFactory.registerApplicationPainter(javax.servlet.ServletContext ctx,
PainterFactory painter)
Registers a Painter in the Application Scope |
static void |
PainterFactory.unregisterApplicationPainter(javax.servlet.ServletContext ctx,
PainterFactory painter)
Unregisters a Painter from the Application Scope |
protected static boolean |
PainterFactory.isRegisteredInScopeList(PainterFactory painter,
java.util.List painterList)
Checks if a painter is already registered in the painter list |
void |
PainterContext.setFactory(PainterFactory factory)
Sets the painter factory |
Uses of PainterFactory in com.cc.framework.ui.painter.ajax |
Subclasses of PainterFactory in com.cc.framework.ui.painter.ajax | |
class |
AjaxPainterFactory
Global Painter Factory Class. |
Uses of PainterFactory in com.cc.framework.ui.painter.def |
Subclasses of PainterFactory in com.cc.framework.ui.painter.def | |
class |
DefPainterFactory
Factory Class for creating the Default-Painters. |
Methods in com.cc.framework.ui.painter.def that return PainterFactory | |
static PainterFactory |
DefPainterFactory.instance()
Deprecated. use constructor to create a new instance |
Uses of PainterFactory in com.cc.framework.ui.painter.def2 |
Subclasses of PainterFactory in com.cc.framework.ui.painter.def2 | |
class |
Def2PainterFactory
Factory class for creating the Def2Painter. |
Methods in com.cc.framework.ui.painter.def2 that return PainterFactory | |
static PainterFactory |
Def2PainterFactory.instance()
Deprecated. use construtor to create a new instance |
Uses of PainterFactory in com.cc.framework.ui.painter.global |
Subclasses of PainterFactory in com.cc.framework.ui.painter.global | |
class |
GlobalPainterFactory
Global Painter Factory Class. |
Methods in com.cc.framework.ui.painter.global that return PainterFactory | |
static PainterFactory |
GlobalPainterFactory.instance()
Deprecated. use constructor to create a new instance |
Uses of PainterFactory in com.cc.framework.ui.painter.html |
Subclasses of PainterFactory in com.cc.framework.ui.painter.html | |
class |
HtmlPainterFactory
Factory for creating HTML-Painter. |
Methods in com.cc.framework.ui.painter.html that return PainterFactory | |
static PainterFactory |
HtmlPainterFactory.instance()
Returns the singleton instance of this class |
Uses of PainterFactory in com.cc.framework.ui.painter.imp |
Fields in com.cc.framework.ui.painter.imp declared as PainterFactory | |
private PainterFactory |
PainterContextImp.factory
The Painter Factory |
Methods in com.cc.framework.ui.painter.imp with parameters of type PainterFactory | |
void |
PainterContextWrapper.setFactory(PainterFactory factory)
|
void |
PainterContextImp.setFactory(PainterFactory factory)
Sets the painter factory |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |