org.apache.tapestry.jsp
Class URLRetriever
java.lang.Object
org.apache.tapestry.jsp.URLRetriever
public class URLRetriever
- extends Object
Encapsulates the process of calling into the Tapestry servlet to retrieve
a URL.
- Since:
- 3.0
- Version:
- $Id: URLRetriever.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Method Summary |
void |
insertURL(String servletPath)
Invokes the servlet to retrieve the URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLRetriever
public URLRetriever(PageContext pageContext,
String serviceName,
Object[] serviceParameters)
insertURL
public void insertURL(String servletPath)
throws JspException
- Invokes the servlet to retrieve the URL. The URL is inserted
into the output (as with
RequestDispatcher.include(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
).
- Throws:
JspException