com.liferay.portlet
Class PortletBagFactory
java.lang.Object
com.liferay.portlet.PortletBagFactory
public class PortletBagFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletBagFactory
public PortletBagFactory()
create
public PortletBag create(Portlet portlet)
throws Exception
- Throws:
Exception
setClassLoader
public void setClassLoader(ClassLoader classLoader)
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
setWARFile
public void setWARFile(boolean warFile)
getPluginPropertyValue
protected String getPluginPropertyValue(String propertyKey)
throws Exception
- Throws:
Exception
initResourceBundle
protected void initResourceBundle(Map<String,ResourceBundle> resourceBundles,
Portlet portlet,
Locale locale)
initScheduler
protected void initScheduler(SchedulerEntry schedulerEntry)
throws Exception
- Throws:
Exception
initSchedulers
protected void initSchedulers(Portlet portlet)
throws Exception
- Throws:
Exception
initSocialActivityInterpreterInstance
protected SocialActivityInterpreter initSocialActivityInterpreterInstance(Portlet portlet)
throws Exception
- Throws:
Exception
newAssetRendererFactoryInstance
protected AssetRendererFactory newAssetRendererFactoryInstance(Portlet portlet,
String assetRendererFactoryClass)
throws Exception
- Throws:
Exception
newAssetRendererFactoryInstances
protected List<AssetRendererFactory> newAssetRendererFactoryInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newConfigurationAction
protected ConfigurationAction newConfigurationAction(Portlet portlet)
throws Exception
- Throws:
Exception
newFriendlyURLMapper
protected FriendlyURLMapper newFriendlyURLMapper(Portlet portlet)
throws Exception
- Throws:
Exception
newFriendlyURLRouter
protected Router newFriendlyURLRouter(Portlet portlet)
throws Exception
- Throws:
Exception
newIndexer
protected Indexer newIndexer(Portlet portlet)
throws Exception
- Throws:
Exception
newInstance
protected Object newInstance(Class<?> interfaceClass,
String implClassName)
throws Exception
- Throws:
Exception
newInstance
protected Object newInstance(Class<?>[] interfaceClasses,
String implClassName)
throws Exception
- Throws:
Exception
newOpenSearch
protected OpenSearch newOpenSearch(Portlet portlet)
throws Exception
- Throws:
Exception
newPollerProcessor
protected PollerProcessor newPollerProcessor(Portlet portlet)
throws Exception
- Throws:
Exception
newPOPMessageListener
protected MessageListener newPOPMessageListener(Portlet portlet)
throws Exception
- Throws:
Exception
newPortletDataHandler
protected PortletDataHandler newPortletDataHandler(Portlet portlet)
throws Exception
- Throws:
Exception
newPortletLayoutListener
protected PortletLayoutListener newPortletLayoutListener(Portlet portlet)
throws Exception
- Throws:
Exception
newURLEncoder
protected URLEncoder newURLEncoder(Portlet portlet)
throws Exception
- Throws:
Exception