Groovy Documentation

org.codehaus.groovy.grails.web.taglib
[Java] Class RequestContextTag

java.lang.Object
  org.codehaus.groovy.grails.web.taglib.RequestContextTag
All Implemented Interfaces:
GrailsTag

public abstract class RequestContextTag

Authors:
Graeme Rocher


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

applicationContext

protected WebApplicationContext applicationContext


attributes

@SuppressWarnings("rawtypes")
protected java.util.Map attributes


bean

protected BeanWrapper bean


contextPath

protected java.lang.String contextPath


grailsApplication

protected GrailsApplication grailsApplication


out

protected java.io.Writer out


registry

protected GrailsTagRegistry registry


request

protected ServletRequest request


response

protected ServletResponse response


servletContext

protected ServletContext servletContext


urlPathHelper

protected UrlPathHelper urlPathHelper


 
Constructor Detail

RequestContextTag

protected RequestContextTag(java.lang.String name)


 
Method Detail

doEndTag

public final void doEndTag()


doEndTagInternal

protected void doEndTagInternal()


doStartTag

public final void doStartTag()


doStartTagInternal

protected void doStartTagInternal()


getName

public java.lang.String getName()


getRegistry

public GrailsTagRegistry getRegistry()


init

@SuppressWarnings("rawtypes")
public void init(java.util.Map context)


setAttribute

@SuppressWarnings("unchecked")
public void setAttribute(java.lang.String name, java.lang.Object value)


setAttributes

@SuppressWarnings("rawtypes")
public void setAttributes(java.util.Map attributes)


setWriter

public void setWriter(java.io.Writer w)


 

Groovy Documentation