skoinfo.rfc.rfcd.action
Class PrintLayoutListAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.rfcd.action.PrintLayoutListAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.ModelDriven, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, java.io.Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware

public class PrintLayoutListAction
extends AbstractAction
implements com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.ModelDriven, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
PrintLayoutListAction()
           
 
Method Summary
 java.lang.String getLayoutContents()
           
 java.lang.String getLayoutList()
           
 java.lang.Object getModel()
          Model-Driven Interceptor
 java.util.List<java.lang.String> getRfcdLayoutList()
           
 void prepare()
          Prepare Interceptor
 java.lang.String printLayoutContent()
           
 java.lang.String saveRfcdOrginLayout()
          레이아웃 원본 저장 Action
 void setLayoutContents(java.lang.String layoutContents)
           
 void setRfcdLayoutList(java.util.List<java.lang.String> rfcdLayoutList)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 java.lang.String updateRfcdLayoutContent()
          레이아웃 수정 Action
 
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

PrintLayoutListAction

public PrintLayoutListAction()
Method Detail

getLayoutList

public java.lang.String getLayoutList()
                               throws java.lang.Exception
Throws:
java.lang.Exception

printLayoutContent

public java.lang.String printLayoutContent()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

saveRfcdOrginLayout

public java.lang.String saveRfcdOrginLayout()
                                     throws java.lang.Exception
레이아웃 원본 저장 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리

updateRfcdLayoutContent

public java.lang.String updateRfcdLayoutContent()
                                         throws java.lang.Exception
레이아웃 수정 Action

Returns:
처리 결과를 리턴한다.
Throws:
java.lang.Exception - 처리

prepare

public void prepare()
             throws java.lang.Exception
Prepare Interceptor

Specified by:
prepare in interface com.opensymphony.xwork2.Preparable
Throws:
java.lang.Exception

getModel

public java.lang.Object getModel()
Model-Driven Interceptor

Specified by:
getModel in interface com.opensymphony.xwork2.ModelDriven

setServletRequest

public void setServletRequest(javax.servlet.http.HttpServletRequest request)

HttpServletRequest setter

Specified by:
setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAware

setServletResponse

public void setServletResponse(javax.servlet.http.HttpServletResponse response)

HttpServletResponse setter

Specified by:
setServletResponse in interface org.apache.struts2.interceptor.ServletResponseAware

getRfcdLayoutList

public java.util.List<java.lang.String> getRfcdLayoutList()

setRfcdLayoutList

public void setRfcdLayoutList(java.util.List<java.lang.String> rfcdLayoutList)

getLayoutContents

public java.lang.String getLayoutContents()
Returns:

setLayoutContents

public void setLayoutContents(java.lang.String layoutContents)
Parameters:
layoutContents -