skoinfo.rfc.rfcd.action
Class PrintBoardListAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by skoinfo.rfc.common.action.AbstractAction
          extended by skoinfo.rfc.rfcd.action.PrintBoardListAction
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 PrintBoardListAction
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
PrintBoardListAction()
           
 
Method Summary
 java.lang.String getBoardContents()
           
 java.lang.String getBoardList()
           
 java.lang.Object getModel()
          Model-Driven Interceptor
 java.util.List<java.lang.String> getRfcdBoardList()
           
 void prepare()
          Prepare Interceptor
 java.lang.String printBoardContent()
           
 void setBoardContents(java.lang.String boardContents)
           
 void setRfcdBoardList(java.util.List<java.lang.String> rfcdBoardList)
           
 void setServletRequest(javax.servlet.http.HttpServletRequest request)
           HttpServletRequest setter
 void setServletResponse(javax.servlet.http.HttpServletResponse response)
           HttpServletResponse setter
 java.lang.String updateRfcdBoardSkin()
           
 
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

PrintBoardListAction

public PrintBoardListAction()
Method Detail

getBoardList

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

printBoardContent

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

updateRfcdBoardSkin

public java.lang.String updateRfcdBoardSkin()
                                     throws java.lang.Exception
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

getRfcdBoardList

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

setRfcdBoardList

public void setRfcdBoardList(java.util.List<java.lang.String> rfcdBoardList)

getBoardContents

public java.lang.String getBoardContents()
Returns:

setBoardContents

public void setBoardContents(java.lang.String boardContents)
Parameters:
boardContents -