Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class BaseJSPFormNavigatorEntry<T>

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
      extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<T>
All Implemented Interfaces:
FormNavigatorEntry<T>

public abstract class BaseJSPFormNavigatorEntry<T>
extends BaseFormNavigatorEntry<T>
implements FormNavigatorEntry<T>


Constructor Summary
BaseJSPFormNavigatorEntry()
           
 
Method Summary
protected abstract  String getJspPath()
           
protected  javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest request)
           
 void include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Renders the HTML that needs to be displayed when the form navigator entry is displayed.
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, isVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry
getCategoryKey, getFormNavigatorId, getKey, getLabel, isVisible
 

Constructor Detail

BaseJSPFormNavigatorEntry

public BaseJSPFormNavigatorEntry()
Method Detail

include

public void include(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException
Description copied from interface: FormNavigatorEntry
Renders the HTML that needs to be displayed when the form navigator entry is displayed.

Specified by:
include in interface FormNavigatorEntry<T>
Specified by:
include in class BaseFormNavigatorEntry<T>
Parameters:
request - the request with which the form navigator entry is rendered
response - the response with which the form navigator entry is rendered
Throws:
IOException - if an IO exception occurs

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

getJspPath

protected abstract String getJspPath()

getServletContext

protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest request)

Liferay 7.0-ce-b4