Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class BaseJSPAssetAddonEntry

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseAssetAddonEntry
      extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPAssetAddonEntry
All Implemented Interfaces:
AssetAddonEntry

public abstract class BaseJSPAssetAddonEntry
extends BaseAssetAddonEntry


Constructor Summary
BaseJSPAssetAddonEntry()
           
 
Method Summary
abstract  String getJspPath()
           
 void include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseAssetAddonEntry
equals, getIcon, getKey, getWeight, hashCode, isEnabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.AssetAddonEntry
getLabel
 

Constructor Detail

BaseJSPAssetAddonEntry

public BaseJSPAssetAddonEntry()
Method Detail

getJspPath

public abstract String getJspPath()

include

public void include(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException
Specified by:
include in interface AssetAddonEntry
Overrides:
include in class BaseAssetAddonEntry
Throws:
IOException

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

Liferay 7.0-ce-b4