git-svn-id: http://xe-core.googlecode.com/svn/trunk@793 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 04:00:07 +00:00
parent da1fe7f3b1
commit 2b97664ba0
13 changed files with 83 additions and 87 deletions

View file

@ -4,10 +4,10 @@
* @author zero (zero@nzeo.com)
* @brief 데이터 출력을 위한 class (XML/HTML 데이터를 구분하여 출력)
*
* Request Method에 따라서 html or xml 출력방법을 결정한다\n
* xml : oModule의 variables를 simple xml 출력\n
* html : oModule의 template/variables로 html을 만들고 contents_html로 처리\n
* plugin이나 layout의 html과 연동하여 출력\n
* Response Method에 따라서 html or xml 출력방법을 결정한다
* xml : oModule의 variables를 simple xml 출력
* html : oModule의 template/variables로 html을 만들고 contents_html로 처리
* plugin이나 layout의 html과 연동하여 출력
**/
class DisplayHandler extends Handler {