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, handleContentSaveOrUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic CtpContentAllBean handleContentView(CtpContentAllBean content) throws com.seeyon.ctp.common.exceptions.BusinessException
MainbodyHandlerhandleContentView 在接口中 MainbodyHandlerhandleContentView 在类中 AbstractMainbodyHandlercontent - 内容组件对象com.seeyon.ctp.common.exceptions.BusinessExceptionpublic CtpContentAllBean handleContentView(CtpContentAllBean content, ContentContext context) throws com.seeyon.ctp.common.exceptions.BusinessException
MainbodyHandlerMainbodyHandler.handleContentView(CtpContentAllBean), 取消 request和response的耦合handleContentView 在接口中 MainbodyHandlerhandleContentView 在类中 AbstractMainbodyHandlercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic static java.lang.String timeMillisResSuffix()
public abstract java.lang.String getFileType()