net.mlw.vlh.web
Class ValueListHandlerTilesAction

java.lang.Object
  extended byorg.apache.struts.tiles.ControllerSupport
      extended bynet.mlw.vlh.web.ValueListHandlerTilesAction
All Implemented Interfaces:
org.apache.struts.tiles.Controller

public class ValueListHandlerTilesAction
extends org.apache.struts.tiles.ControllerSupport

Version:
$Revision: 1.4 $ $Date: 2004/12/13 20:32:35 $
Author:
Matthew L. Wilson

Field Summary
static String VALUE_LIST_NAME
           
static String VALUE_LIST_REQUEST_NAME
           
 
Constructor Summary
ValueListHandlerTilesAction()
           
 
Method Summary
 void perform(org.apache.struts.tiles.ComponentContext componentContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.apache.struts.tiles.ControllerSupport
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_LIST_NAME

public static final String VALUE_LIST_NAME
See Also:
Constant Field Values

VALUE_LIST_REQUEST_NAME

public static final String VALUE_LIST_REQUEST_NAME
See Also:
Constant Field Values
Constructor Detail

ValueListHandlerTilesAction

public ValueListHandlerTilesAction()
Method Detail

perform

public void perform(org.apache.struts.tiles.ComponentContext componentContext,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    javax.servlet.ServletContext servletContext)
             throws javax.servlet.ServletException,
                    IOException
Throws:
javax.servlet.ServletException
IOException
See Also:
Controller.perform(org.apache.struts.tiles.ComponentContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.ServletContext)


Copyright © 2003-2006 mlavilson. All Rights Reserved.