|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameworkAdapter | |
com.cc.framework.adapter | |
com.cc.framework.adapter.struts |
Uses of FrameworkAdapter in com.cc.framework.adapter |
Fields in com.cc.framework.adapter declared as FrameworkAdapter | |
private FrameworkAdapter |
HttpResourceTranslator.adapter
|
private static FrameworkAdapter |
FrameworkAdapterFactory.adapter
The cached framework adapter instance |
Methods in com.cc.framework.adapter that return FrameworkAdapter | |
static FrameworkAdapter |
FrameworkAdapterFactory.getAdapter()
Retrieves an adapter for the current host framework. |
private static FrameworkAdapter |
FrameworkAdapterFactory.createAdapter()
Creates a new framework adapter for the current application. |
Methods in com.cc.framework.adapter with parameters of type FrameworkAdapter | |
static void |
FrameworkAdapterFactory.registerAdapter(FrameworkAdapter newAdapter)
Registers the Framework Adapter that should be used for this Application |
Uses of FrameworkAdapter in com.cc.framework.adapter.struts |
Classes in com.cc.framework.adapter.struts that implement FrameworkAdapter | |
class |
StrutsFrameworkAdapter
Framework Adapter for the Jakarta Struts Framework |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |