Liferay 7.0-ce-b4

com.liferay.portlet.asset.util
Class BaseJSPAssetEntryQueryProcessor

java.lang.Object
  extended by com.liferay.portlet.asset.util.BaseAssetEntryQueryProcessor
      extended by com.liferay.portlet.asset.util.BaseJSPAssetEntryQueryProcessor
All Implemented Interfaces:
AssetEntryQueryProcessor

public abstract class BaseJSPAssetEntryQueryProcessor
extends BaseAssetEntryQueryProcessor


Constructor Summary
BaseJSPAssetEntryQueryProcessor()
           
 
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.portlet.asset.util.BaseAssetEntryQueryProcessor
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.util.AssetEntryQueryProcessor
getTitle, processAssetEntryQuery
 

Constructor Detail

BaseJSPAssetEntryQueryProcessor

public BaseJSPAssetEntryQueryProcessor()
Method Detail

getJspPath

public abstract String getJspPath()

include

public void include(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException
Throws:
IOException

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

Liferay 7.0-ce-b4