org.apache.tapestry.contrib.ajax
Class XTileService
java.lang.Object
org.apache.tapestry.contrib.ajax.XTileService
- All Implemented Interfaces:
- org.apache.tapestry.engine.IEngineService
public class XTileService
- extends Object
- implements org.apache.tapestry.engine.IEngineService
- Since:
- 4.0
- Author:
- mindbridge, Paul Green
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
XTileService
public XTileService()
getName
public String getName()
- Specified by:
getName in interface org.apache.tapestry.engine.IEngineService
getLink
public org.apache.tapestry.engine.ILink getLink(boolean post,
Object parameter)
- Specified by:
getLink in interface org.apache.tapestry.engine.IEngineService
service
public void service(org.apache.tapestry.IRequestCycle cycle)
throws IOException
- Specified by:
service in interface org.apache.tapestry.engine.IEngineService
- Throws:
IOException
generateOutputString
protected String generateOutputString(Object[] args)
setExceptionReporter
public void setExceptionReporter(org.apache.tapestry.error.RequestExceptionReporter exceptionReporter)
setResponse
public void setResponse(org.apache.tapestry.web.WebResponse response)
main
public static void main(String[] args)
setLinkFactory
public void setLinkFactory(org.apache.tapestry.services.LinkFactory linkFactory)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.