com.gauce.gaucelet
Class HttpGaucelet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.gauce.gaucelet.GenericGaucelet
com.gauce.gaucelet.HttpGaucelet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class HttpGaucelet
- extends GenericGaucelet
- Since:
- Gauce 2.9
- Version:
- 1.0 2002.11
- Author:
- Shift Information & Communication CO.
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.http.HttpServlet |
service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpGaucelet
public HttpGaucelet()
init
public void init(java.lang.String domain)
throws GauceletException
- GauceService¸¦ ÃʱâÈ ½ÃŲ´Ù.
¿©±â¼ domainÀº gauceÀÌ´Ù.
- Specified by:
init in class GenericGaucelet
- Parameters:
domain - ÇöÀç ¼ºñ½º°¡ »ç¿ëÁßÀÎ domain
- Throws:
GauceletException - ÃʱâÈ ÇÏ´Â µ¿¾È ¹ß»ýÇÏ´Â ¿À·ù- Since:
- Gauce 2.9
doGet
public void doGet(GauceRequest req,
GauceResponse res)
throws GauceletException,
java.io.IOException
- Get¹æ½ÄÀ¸·Î È£ÃâµÇ´Â Request¿¡ ´ëÇØ ¼ºñ½º ÇÑ´Ù.
- Specified by:
doGet in class GenericGaucelet
- Parameters:
req - GauceRequestres - GauceResponse
- Throws:
GauceletException - Gauce ServiceÇϴµ¿¾È ¹ß»ýÇÏ´Â ¿À·ù
java.io.IOException - Component¿¡¼ ¿äûµÇ´Â Request¸¦ ó¸®ÇÏ¸é¼ ¹ß»ýÇÏ´Â ¿À·ù- Since:
- Gauce 2.9
doPost
public void doPost(GauceRequest req,
GauceResponse res)
throws GauceletException,
java.io.IOException
- Post¹æ½ÄÀ¸·Î È£ÃâµÇ´Â Request¿¡ ´ëÇØ ¼ºñ½º ÇÑ´Ù.
- Specified by:
doPost in class GenericGaucelet
- Parameters:
req - GauceRequestres - GauceResponse
- Throws:
GauceletException - Gauce ServiceÇϴµ¿¾È ¹ß»ýÇÏ´Â ¿À·ù
java.io.IOException - Component¿¡¼ ¿äûµÇ´Â Request¸¦ ó¸®ÇÏ¸é¼ ¹ß»ýÇÏ´Â ¿À·ù- Since:
- Gauce 2.9
getDBConnection
public GauceDBConnection getDBConnection()
throws java.sql.SQLException
- Gauce¼ºñ½º¿¡¼ »ç¿ëÇÒ ¼ö ÀÖ´Â Database ConnectionÀ» ¾ò¾î¿Â´Ù. ÀÌ
ConnectionÀ¸·Î ÀÏ¹Ý ¿ëµµ·Î »ç¿ëÇÒ ¼ö µµ ÀÖ´Ù.
- Returns:
- »ý¼ºµÈ GauceDBConnection
- Throws:
java.sql.SQLException - ConnectionÀ» ¾ò¾î¿À´Â µ¿¾È ¹ß»ýÇÏ´Â ¿À·ù- Since:
- Gauce 2.9