|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.tiles.UrlController
public class UrlController
Tiles controller including a local URL.
Field Summary | |
---|---|
protected String |
url
URL associated with this controller. |
Constructor Summary | |
---|---|
UrlController(String url)
Constructor. |
Method Summary | |
---|---|
void |
execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before the tile is included. |
void |
perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before the tile is included. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String url
Constructor Detail |
---|
public UrlController(String url)
url
- URL.Method Detail |
---|
public void perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) throws ServletException, IOException
Action
.
No servlet is set by this method.
perform
in interface Controller
tileContext
- Current tile context.request
- Current request.response
- Current response.servletContext
- Current servlet context.
ServletException
IOException
public void execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) throws Exception
Controller
execute
in interface Controller
tileContext
- Current tile context.request
- Current requestresponse
- Current responseservletContext
- Current servlet context
Exception
Controller.execute(org.apache.struts.tiles.ComponentContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.ServletContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |