org.riotfamily.common.web.controller
Class AttributeRendererController
java.lang.Object
org.riotfamily.common.web.controller.AttributeRendererController
- All Implemented Interfaces:
- Controller
public class AttributeRendererController
- extends Object
- implements Controller
Controller that outputs the value of a request attribute.
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeRendererController
public AttributeRendererController()
setAttributeName
public void setAttributeName(String attributeName)
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface Controller
- Throws:
Exception