|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.ConditionalTagSupport
com.acsinet_solutions.cetia4.tags.support.LogConditionalTagSupport
com.acsinet_solutions.cetia4.tags.pager.AbstractBlockConditionTag
public abstract class AbstractBlockConditionTag
Base class for ifFirst and ifLast tags.
IfFirstTag,
IfLastTag,
Serialized Form| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
AbstractBlockConditionTag()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkBlock(PagingBlock block)
Check the current block and return a response. |
protected boolean |
condition()
|
protected abstract PagingBlock |
getBlock(PagedResults results)
Return the block that is requested. |
| Methods inherited from class com.acsinet_solutions.cetia4.tags.support.LogConditionalTagSupport |
|---|
doCatch, doFinally, getConfiguration, getLocale, getLogger, getPortalPath, getRequest, getServletContext, getSession |
| Methods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport |
|---|
doStartTag, release, setScope, setVar |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBlockConditionTag()
| Method Detail |
|---|
protected final boolean condition()
throws javax.servlet.jsp.JspTagException
condition in class javax.servlet.jsp.jstl.core.ConditionalTagSupportjavax.servlet.jsp.JspTagExceptionprotected boolean checkBlock(PagingBlock block)
protected abstract PagingBlock getBlock(PagedResults results)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||