public abstract class BaseJSPFormNavigatorEntry<T> extends BaseFormNavigatorEntry<T> implements FormNavigatorEntry<T>
| Constructor and Description |
|---|
BaseJSPFormNavigatorEntry() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getCategoryKey, getFormNavigatorId, getKey, getLabel, isVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategoryKey, getFormNavigatorId, getKey, getLabel, isVisiblepublic void include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
FormNavigatorEntryinclude in interface FormNavigatorEntry<T>include in class BaseFormNavigatorEntry<T>request - the request with which the form navigator entry is
renderedresponse - the response with which the form navigator entry is
renderedIOException - if an IO exception occurspublic void setServletContext(javax.servlet.ServletContext servletContext)
protected abstract String getJspPath()
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest request)