|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.web.taglib.RequestContextTag
public abstract class RequestContextTag
Field Summary | |
---|---|
protected org.springframework.web.context.WebApplicationContext |
applicationContext
|
protected java.util.Map |
attributes
|
protected org.springframework.beans.BeanWrapper |
bean
|
protected java.lang.String |
contextPath
|
protected GrailsApplication |
grailsApplication
|
protected java.io.Writer |
out
|
protected GrailsTagRegistry |
registry
|
protected javax.servlet.ServletRequest |
request
|
protected javax.servlet.ServletResponse |
response
|
protected javax.servlet.ServletContext |
servletContext
|
protected org.springframework.web.util.UrlPathHelper |
urlPathHelper
|
Constructor Summary | |
---|---|
protected |
RequestContextTag(java.lang.String name)
|
Method Summary | |
---|---|
void |
doEndTag()
process the end tag |
protected abstract void |
doEndTagInternal()
|
void |
doStartTag()
Process the start tag |
protected abstract void |
doStartTagInternal()
|
java.lang.String |
getName()
|
GrailsTagRegistry |
getRegistry()
|
void |
init(java.util.Map context)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets an attribute of the tag |
void |
setAttributes(java.util.Map attributes)
Sets the attributes of the tag |
void |
setWriter(java.io.Writer w)
Sets the writer that processes the tag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.Writer out
protected java.util.Map attributes
protected javax.servlet.ServletRequest request
protected java.lang.String contextPath
protected org.springframework.web.util.UrlPathHelper urlPathHelper
protected GrailsTagRegistry registry
protected org.springframework.beans.BeanWrapper bean
protected javax.servlet.ServletContext servletContext
protected javax.servlet.ServletResponse response
protected org.springframework.web.context.WebApplicationContext applicationContext
protected GrailsApplication grailsApplication
Constructor Detail |
---|
protected RequestContextTag(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
getName
in interface GrailsTag
public void init(java.util.Map context)
init
in interface GrailsTag
public void setAttribute(java.lang.String name, java.lang.Object value)
GrailsTag
setAttribute
in interface GrailsTag
public GrailsTagRegistry getRegistry()
public void setWriter(java.io.Writer w)
GrailsTag
setWriter
in interface GrailsTag
public void setAttributes(java.util.Map attributes)
GrailsTag
setAttributes
in interface GrailsTag
public final void doStartTag()
GrailsTag
doStartTag
in interface GrailsTag
protected abstract void doStartTagInternal()
protected abstract void doEndTagInternal()
public final void doEndTag()
GrailsTag
doEndTag
in interface GrailsTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |