public abstract class AbstractOfficeMainbodyHandler extends AbstractMainbodyHandler
Title: T1开发框架
Description: Office正文组件接口实现
Copyright: Copyright (c) 2012
Company: seeyon.com
构造器和说明 |
---|
AbstractOfficeMainbodyHandler() |
限定符和类型 | 方法和说明 |
---|---|
abstract java.lang.String |
getFileType() |
CtpContentAllBean |
handleContentView(CtpContentAllBean content)
内容应答,包括新建、查看时的内容浏览加工处理
|
CtpContentAllBean |
handleContentView(CtpContentAllBean content,
ContentContext context)
重构
MainbodyHandler.handleContentView(CtpContentAllBean) , 取消 request和response的耦合 |
static java.lang.String |
timeMillisResSuffix() |
afterSaveContent, beforeSaveContent, checkRight, getCategoryEnum, handleContentSaveOrUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public CtpContentAllBean handleContentView(CtpContentAllBean content) throws com.seeyon.ctp.common.exceptions.BusinessException
MainbodyHandler
handleContentView
在接口中 MainbodyHandler
handleContentView
在类中 AbstractMainbodyHandler
content
- 内容组件对象com.seeyon.ctp.common.exceptions.BusinessException
public CtpContentAllBean handleContentView(CtpContentAllBean content, ContentContext context) throws com.seeyon.ctp.common.exceptions.BusinessException
MainbodyHandler
MainbodyHandler.handleContentView(CtpContentAllBean)
, 取消 request和response的耦合handleContentView
在接口中 MainbodyHandler
handleContentView
在类中 AbstractMainbodyHandler
com.seeyon.ctp.common.exceptions.BusinessException
public static java.lang.String timeMillisResSuffix()
public abstract java.lang.String getFileType()