|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.services.PortletFactory
Static wrapper around the PortletFactoryService
Constructor Summary | |
PortletFactory()
|
Method Summary | |
static Portlet |
getPortlet(Entry entry)
Given a PSML Entry return an instanciated Portlet. |
static Portlet |
getPortlet(java.lang.String name,
java.lang.String id)
Given a Portlet registry entry name, instanciate it |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletFactory()
Method Detail |
public static Portlet getPortlet(Entry entry) throws PortletException
entry
- a PSML Entry describing a portlet
PortletException
public static Portlet getPortlet(java.lang.String name, java.lang.String id) throws PortletException
name
- the name of a portlet in the registry
PortletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |