org.apache.tapestry.portlet
Class ExceptionService
java.lang.Object
org.apache.tapestry.portlet.ExceptionService
- All Implemented Interfaces:
- org.apache.tapestry.engine.IEngineService
public class ExceptionService
- extends java.lang.Object
- implements org.apache.tapestry.engine.IEngineService
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
- See Also:
PortletConstants.PORTLET_EXCEPTION_MARKUP_ATTRIBUTE
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionService
public ExceptionService()
getLink
public org.apache.tapestry.engine.ILink getLink(boolean post,
java.lang.Object parameter)
- Specified by:
getLink
in interface org.apache.tapestry.engine.IEngineService
service
public void service(org.apache.tapestry.IRequestCycle cycle)
throws java.io.IOException
- Specified by:
service
in interface org.apache.tapestry.engine.IEngineService
- Throws:
java.io.IOException
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.apache.tapestry.engine.IEngineService
setRequest
public void setRequest(org.apache.tapestry.web.WebRequest request)
setResponse
public void setResponse(org.apache.tapestry.web.WebResponse response)
setGlobals
public void setGlobals(PortletRequestGlobals globals)