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

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

public class NoHandlerCommandHandler
extends java.lang.Object
implements CommandHandler

default.NOHANDLER¿¡ ÇØ´çÇÏ´Â ¸í·É¾î Çڵ鷯

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
NoHandlerCommandHandler()
           
 
Method Summary
 DefaultResult process(RequestInfo ri, DefaultResult result)
          ¾Æ¹« ±â´Éµµ ¼öÇàÇÏÁö ¾ÊÀ¸¸ç, ÀÎÀÚ·Î Àü´Þ¹ÞÀº result¸¦ ¸®ÅÏÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoHandlerCommandHandler

public NoHandlerCommandHandler()
Method Detail

process

public DefaultResult process(RequestInfo ri,
                             DefaultResult result)
¾Æ¹« ±â´Éµµ ¼öÇàÇÏÁö ¾ÊÀ¸¸ç, ÀÎÀÚ·Î Àü´Þ¹ÞÀº result¸¦ ¸®ÅÏÇÑ´Ù.

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)