|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.user.action.ZipcodeAction
public class ZipcodeAction
Zipcode Action 처리
Field Summary |
---|
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ZipcodeAction()
|
Method Summary | |
---|---|
java.lang.String |
getKeyword()
|
java.util.List<ZipcodeVO> |
searchZipcode(java.lang.String keyword)
우편번호 검색 Action |
void |
setKeyword(java.lang.String keyword)
|
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter |
void |
setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter |
Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipcodeAction()
Method Detail |
---|
public java.util.List<ZipcodeVO> searchZipcode(java.lang.String keyword) throws java.lang.Exception
java.lang.Exception
- 처리public void setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter
setServletRequest
in interface org.apache.struts2.interceptor.ServletRequestAware
public void setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter
setServletResponse
in interface org.apache.struts2.interceptor.ServletResponseAware
public void setKeyword(java.lang.String keyword)
keyword
- public java.lang.String getKeyword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |