|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.macvu.tiles.taglib.CacheInsertTag.CacheInsertHandler
protected class CacheInsertTag.CacheInsertHandler
Field Summary | |
---|---|
protected org.apache.struts.tiles.Controller |
controller
|
protected org.apache.struts.tiles.ComponentContext |
currentContext
|
protected CacheComponentDefinition |
definition
|
protected java.lang.String |
page
|
protected java.lang.String |
role
|
protected org.apache.struts.tiles.ComponentContext |
subCompContext
|
Constructor Summary | |
---|---|
CacheInsertTag.CacheInsertHandler(CacheComponentDefinition definition,
java.lang.String page,
java.lang.String role,
org.apache.struts.tiles.Controller controller)
Constructor. |
Method Summary | |
---|---|
int |
doEndTag()
Include requested page. |
int |
doStartTag()
Create a new empty context. |
protected void |
processException(java.lang.Throwable ex,
java.lang.String msg)
Process an exception. |
void |
putAttribute(java.lang.String name,
java.lang.Object value)
Add attribute to sub context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CacheComponentDefinition definition
protected java.lang.String page
protected org.apache.struts.tiles.ComponentContext currentContext
protected org.apache.struts.tiles.ComponentContext subCompContext
protected java.lang.String role
protected org.apache.struts.tiles.Controller controller
Constructor Detail |
---|
public CacheInsertTag.CacheInsertHandler(CacheComponentDefinition definition, java.lang.String page, java.lang.String role, org.apache.struts.tiles.Controller controller)
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void putAttribute(java.lang.String name, java.lang.Object value)
public int doEndTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
protected void processException(java.lang.Throwable ex, java.lang.String msg) throws javax.servlet.jsp.JspException
ex
- Exceptionmsg
- An additional message to show in console and to propagate if we can't output exception.
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |