kr.co.hit.live.web.download
Class UriFileDispatcherWebAction
java.lang.Object
kr.co.hit.live.web.action.AbstractWebAction
kr.co.hit.live.web.download.FileDispatcherWebAction
kr.co.hit.live.web.download.UriFileDispatcherWebAction
- All Implemented Interfaces:
- WebAction
public class UriFileDispatcherWebAction
- extends FileDispatcherWebAction
|
Field Summary |
protected static org.slf4j.Logger |
logger
|
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.slf4j.Logger logger
UriFileDispatcherWebAction
public UriFileDispatcherWebAction()
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.