|
Groovy Documentation | |||||||
| 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 WebApplicationContext |
applicationContext
|
protected java.util.Map |
attributes
|
protected BeanWrapper |
bean
|
protected java.lang.String |
contextPath
|
protected GrailsApplication |
grailsApplication
|
protected java.io.Writer |
out
|
protected GrailsTagRegistry |
registry
|
protected ServletRequest |
request
|
protected ServletResponse |
response
|
protected ServletContext |
servletContext
|
protected UrlPathHelper |
urlPathHelper
|
| Constructor Summary | |
protected RequestContextTag(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void
|
doEndTag()
|
protected void
|
doEndTagInternal()
|
void
|
doStartTag()
|
protected void
|
doStartTagInternal()
|
java.lang.String
|
getName()
|
GrailsTagRegistry
|
getRegistry()
|
void
|
init(java.util.Map context)
|
void
|
setAttribute(java.lang.String name, java.lang.Object value)
|
void
|
setAttributes(java.util.Map attributes)
|
void
|
setWriter(java.io.Writer w)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Field Detail |
|---|
protected WebApplicationContext applicationContext
@SuppressWarnings("rawtypes")
protected java.util.Map attributes
protected BeanWrapper bean
protected java.lang.String contextPath
protected GrailsApplication grailsApplication
protected java.io.Writer out
protected GrailsTagRegistry registry
protected ServletRequest request
protected ServletResponse response
protected ServletContext servletContext
protected UrlPathHelper urlPathHelper
| Constructor Detail |
|---|
protected RequestContextTag(java.lang.String name)
| Method Detail |
|---|
public final void doEndTag()
protected void doEndTagInternal()
public final void doStartTag()
protected void doStartTagInternal()
public java.lang.String getName()
public GrailsTagRegistry getRegistry()
@SuppressWarnings("rawtypes")
public void init(java.util.Map context)
@SuppressWarnings("unchecked")
public void setAttribute(java.lang.String name, java.lang.Object value)
@SuppressWarnings("rawtypes")
public void setAttributes(java.util.Map attributes)
public void setWriter(java.io.Writer w)
Groovy Documentation