com.liferay.portlet.wiki.asset
Class WikiPageAssetRendererFactory

java.lang.Object
  extended by com.liferay.portlet.asset.model.BaseAssetRendererFactory
      extended by com.liferay.portlet.wiki.asset.WikiPageAssetRendererFactory
All Implemented Interfaces:
com.liferay.portlet.asset.model.AssetRendererFactory

public class WikiPageAssetRendererFactory
extends com.liferay.portlet.asset.model.BaseAssetRendererFactory

View Source

Author:
Julio Camarero

Field Summary
static java.lang.String CLASS_NAME
           
static java.lang.String TYPE
           
 
Constructor Summary
WikiPageAssetRendererFactory()
           
 
Method Summary
 com.liferay.portlet.asset.model.AssetRenderer getAssetRenderer(long classPK)
           
 java.lang.String getClassName()
           
 java.lang.String getType()
           
 javax.portlet.PortletURL getURLAdd(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
           
 
Methods inherited from class com.liferay.portlet.asset.model.BaseAssetRendererFactory
getAssetRenderer, getClassNameId, getPortletId, isSelectable, setClassNameId, setPortletId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Constructor Detail

WikiPageAssetRendererFactory

public WikiPageAssetRendererFactory()
Method Detail

getAssetRenderer

public com.liferay.portlet.asset.model.AssetRenderer getAssetRenderer(long classPK)
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

getClassName

public java.lang.String getClassName()

getType

public java.lang.String getType()

getURLAdd

public javax.portlet.PortletURL getURLAdd(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
                                          com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
Specified by:
getURLAdd in interface com.liferay.portlet.asset.model.AssetRendererFactory
Overrides:
getURLAdd in class com.liferay.portlet.asset.model.BaseAssetRendererFactory