public abstract class BaseJSPFormNavigatorEntry<T> extends BaseFormNavigatorEntry<T> implements FormNavigatorEntry<T>
Constructor and Description |
---|
BaseJSPFormNavigatorEntry() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getJspPath() |
protected javax.servlet.ServletContext |
getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Renders the HTML that needs to be displayed when the form navigator entry
is displayed.
|
getCategoryKey, getFormNavigatorId, getKey, getLabel, getServletContext, isVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCategoryKey, getFormNavigatorId, getKey, getLabel, isDeprecated, isVisible
public void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
FormNavigatorEntry
include
in interface FormNavigatorEntry<T>
include
in class BaseFormNavigatorEntry<T>
httpServletRequest
- the request with which the form navigator
entry is renderedhttpServletResponse
- the response with which the form navigator
entry is renderedjava.io.IOException
- if an IO exception occursprotected abstract java.lang.String getJspPath()
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)