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

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

public class GoViewCommandHandler
extends java.lang.Object
implements CommandHandler

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

Since:
2.0
Author:
ÃÖ¹ü±Õ

Constructor Summary
GoViewCommandHandler()
           
 
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

GoViewCommandHandler

public GoViewCommandHandler()
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)