tle.framework.component.impl.rp.handler
Class JSPCommandHandler

java.lang.Object
  extended bytle.framework.component.impl.rp.handler.JSPCommandHandler
All Implemented Interfaces:
CommandHandler

public class JSPCommandHandler
extends java.lang.Object
implements CommandHandler

JSP CommandHandler¸¦ À§ÇÑ Å¬·¡½º.

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
JSPCommandHandler(java.lang.String handlerJSPPage)
           
 
Method Summary
 DefaultResult process(RequestInfo ri, DefaultResult result)
          »ý¼ºÀÚ¿¡¼­ Àü´Þ¹ÞÀº JSP ÆäÀÌÁö¸¦ include ÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPCommandHandler

public JSPCommandHandler(java.lang.String handlerJSPPage)
Method Detail

process

public DefaultResult process(RequestInfo ri,
                             DefaultResult result)
»ý¼ºÀÚ¿¡¼­ Àü´Þ¹ÞÀº JSP ÆäÀÌÁö¸¦ include ÇÑ´Ù.

À̶§, ÀÎÀÚ·Î Àü´Þ¹ÞÀº ri¿Í result´Â °¢°¢ request °´Ã¼ÀÇ requestInfo ¼Ó¼º°ú result ¼Ó¼º¿¡ ÀúÀåµÇ¾î JSP ÆäÀÌÁö·Î Àü´ÞµÈ´Ù.

Specified by:
process in interface CommandHandler
Parameters:
ri - ¿äûÁ¤º¸
result - °á°ú°ª
See Also:
CommandHandler.process(tle.framework.component.spi.ra.RequestInfo, tle.framework.component.impl.rp.DefaultResult)