kr.co.hit.live.web.download
Class UriFileDispatcherWebAction

java.lang.Object
  extended by kr.co.hit.live.web.action.AbstractWebAction
      extended by kr.co.hit.live.web.download.FileDispatcherWebAction
          extended by kr.co.hit.live.web.download.UriFileDispatcherWebAction
All Implemented Interfaces:
WebAction

public class UriFileDispatcherWebAction
extends FileDispatcherWebAction


Field Summary
protected static org.slf4j.Logger logger
           
 
Fields inherited from class kr.co.hit.live.web.download.FileDispatcherWebAction
DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING
 
Fields inherited from class kr.co.hit.live.web.action.AbstractWebAction
context
 
Constructor Summary
UriFileDispatcherWebAction()
           
 
Method Summary
protected  void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          실제 파일을 데이터를 내려주는 메소드이다.
 void init()
           
 
Methods inherited from class kr.co.hit.live.web.download.FileDispatcherWebAction
execute, getContentType, getDispatcher, getEncoding, getErrorPage, getExtention, initContentTypes, isModifiedSince, setContentType, setEncoding, setErrorPage, setNoCache, showConfiguration, writeHeader
 
Methods inherited from class kr.co.hit.live.web.action.AbstractWebAction
createForward, getServletContext, getWebApplicationContext, setForward, setPrefix, setSuffix, setWebApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.slf4j.Logger logger
Constructor Detail

UriFileDispatcherWebAction

public UriFileDispatcherWebAction()
Method Detail

init

public void init()

dispatch

protected void dispatch(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws IOException
Description copied from class: FileDispatcherWebAction
실제 파일을 데이터를 내려주는 메소드이다. 필요에 맞도록 구현한다.

Specified by:
dispatch in class FileDispatcherWebAction
Throws:
IOException


Copyright © 2014. All Rights Reserved.