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)
getContent
protected String getContent(String fileName)
throws Exception
- Throws:
Exception
getPluginPropertyValue
protected String getPluginPropertyValue(String propertyKey)
throws Exception
- Throws:
Exception
getPortletInstance
protected Portlet getPortletInstance(Portlet portlet)
throws IllegalAccessException,
InstantiationException
- Throws:
IllegalAccessException
InstantiationException
getServiceTrackerList
protected <S> com.liferay.registry.collections.ServiceTrackerList<S> getServiceTrackerList(Class<S> clazz,
Portlet portlet)
newAssetRendererFactoryInstances
protected List<AssetRendererFactory<?>> newAssetRendererFactoryInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newAtomCollectionAdapterInstances
protected List<AtomCollectionAdapter<?>> newAtomCollectionAdapterInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newConfigurationActions
protected List<ConfigurationAction> newConfigurationActions(Portlet portlet)
throws Exception
- Throws:
Exception
newControlPanelEntryInstances
protected List<ControlPanelEntry> newControlPanelEntryInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newCustomAttributesDisplayInstances
protected List<CustomAttributesDisplay> newCustomAttributesDisplayInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newFriendlyURLMappers
protected FriendlyURLMapperTracker newFriendlyURLMappers(Portlet portlet)
throws Exception
- Throws:
Exception
newIndexers
protected List<Indexer<?>> newIndexers(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
newOpenSearches
protected List<OpenSearch> newOpenSearches(Portlet portlet)
throws Exception
- Throws:
Exception
newPermissionPropagators
protected List<PermissionPropagator> newPermissionPropagators(Portlet portlet)
throws Exception
- Throws:
Exception
newPollerProcessors
protected List<PollerProcessor> newPollerProcessors(Portlet portlet)
throws Exception
- Throws:
Exception
newPOPMessageListeners
protected List<MessageListener> newPOPMessageListeners(Portlet portlet)
throws Exception
- Throws:
Exception
newPortletDataHandlers
protected List<PortletDataHandler> newPortletDataHandlers(Portlet portlet)
throws Exception
- Throws:
Exception
newPortletLayoutListeners
protected List<PortletLayoutListener> newPortletLayoutListeners(Portlet portlet)
throws Exception
- Throws:
Exception
newPreferencesValidatorInstances
protected List<PreferencesValidator> newPreferencesValidatorInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newSchedulerEventMessageListeners
protected List<SchedulerEventMessageListener> newSchedulerEventMessageListeners(Portlet portlet)
throws Exception
- Throws:
Exception
newSocialActivityInterpreterInstances
protected List<SocialActivityInterpreter> newSocialActivityInterpreterInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newSocialRequestInterpreterInstances
protected List<SocialRequestInterpreter> newSocialRequestInterpreterInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newStagedModelDataHandler
protected List<StagedModelDataHandler<?>> newStagedModelDataHandler(Portlet portlet)
throws Exception
- Throws:
Exception
newTemplateHandlers
protected List<TemplateHandler> newTemplateHandlers(Portlet portlet)
throws Exception
- Throws:
Exception
newTrashHandlerInstances
protected List<TrashHandler> newTrashHandlerInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newURLEncoders
protected List<URLEncoder> newURLEncoders(Portlet portlet)
throws Exception
- Throws:
Exception
newUserNotificationDefinitionInstances
protected List<UserNotificationDefinition> newUserNotificationDefinitionInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newUserNotificationHandlerInstances
protected List<UserNotificationHandler> newUserNotificationHandlerInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newWebDAVStorageInstances
protected List<WebDAVStorage> newWebDAVStorageInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newWorkflowHandlerInstances
protected List<WorkflowHandler<?>> newWorkflowHandlerInstances(Portlet portlet)
throws Exception
- Throws:
Exception
newXmlRpcMethodInstances
protected List<Method> newXmlRpcMethodInstances(Portlet portlet)
throws Exception
- Throws:
Exception
validate
protected void validate()