|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.portletfaces.bridge.BridgeFactoryFinder
public abstract class BridgeFactoryFinder
PROPOSED-FOR-STANDARD: https://issues.apache.org/jira/browse/PORTLETBRIDGE-189
| Field Summary | |
|---|---|
static java.lang.String |
BRIDGE_CONFIG_FACTORY
The property name for the BridgeConfigFactory class name. |
static java.lang.String |
BRIDGE_CONTEXT_FACTORY
The property name for the BridgeContextFactory class name. |
static java.lang.String |
BRIDGE_FACTORY
The property name for the BridgeFactory class name. |
static java.lang.String |
BRIDGE_NAVIGATION_HANDLER_FACTORY
The property name for the BridgeNavigationHandlerFactory class name. |
static java.lang.String |
BRIDGE_REQUEST_SCOPE_FACTORY
The property name for the BridgeRequestScopeFactory class name. |
static java.lang.String |
BRIDGE_REQUEST_SCOPE_MANAGER_FACTORY
The property name for the BridgeRequestScopeManagerFactory class name. |
static java.lang.String |
PORTLET_CONTAINER_FACTORY
The property name for the PortletContainerFactory class name. |
| Constructor Summary | |
|---|---|
BridgeFactoryFinder()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
getFactory(java.lang.String factoryName)
|
static BridgeFactoryFinder |
getInstance()
|
static javax.portlet.PortletConfig |
getPortletConfig()
Returns the PortletConfig for this portlet application. |
abstract void |
init(javax.portlet.PortletConfig portletConfig)
|
static void |
setPortletConfig(javax.portlet.PortletConfig portletConfig)
Sets the PortletConfig for this portlet application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BRIDGE_CONFIG_FACTORY
BridgeConfigFactory class name.
public static final java.lang.String BRIDGE_CONTEXT_FACTORY
BridgeContextFactory class name.
public static final java.lang.String BRIDGE_FACTORY
BridgeFactory class name.
public static final java.lang.String BRIDGE_NAVIGATION_HANDLER_FACTORY
BridgeNavigationHandlerFactory class name.
public static final java.lang.String BRIDGE_REQUEST_SCOPE_FACTORY
BridgeRequestScopeFactory class name.
public static final java.lang.String BRIDGE_REQUEST_SCOPE_MANAGER_FACTORY
BridgeRequestScopeManagerFactory class name.
public static final java.lang.String PORTLET_CONTAINER_FACTORY
PortletContainerFactory class name.
| Constructor Detail |
|---|
public BridgeFactoryFinder()
| Method Detail |
|---|
public static BridgeFactoryFinder getInstance()
public static javax.portlet.PortletConfig getPortletConfig()
PortletConfig for this portlet application.
public static void setPortletConfig(javax.portlet.PortletConfig portletConfig)
PortletConfig for this portlet application. Note that this is called by the GenericFacesPortlet before it acquires the Bridge instance from the BridgeFactory.
public abstract void init(javax.portlet.PortletConfig portletConfig)
public abstract java.lang.Object getFactory(java.lang.String factoryName)
throws javax.faces.FacesException
javax.faces.FacesException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||