org.jeecgframework.poi.excel.view
类 MiniAbstractExcelView

java.lang.Object
  继承者 org.springframework.context.support.ApplicationObjectSupport
      继承者 org.springframework.web.context.support.WebApplicationObjectSupport
          继承者 org.springframework.web.servlet.view.AbstractView
              继承者 org.jeecgframework.poi.excel.view.MiniAbstractExcelView
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.View
直接已知子类:
JeecgMapExcelView, JeecgSingleExcelView, JeecgTemplateExcelView

public abstract class MiniAbstractExcelView
extends org.springframework.web.servlet.view.AbstractView

基础抽象Excel View

作者:
JueYue

字段摘要
protected static String HSSF
           
protected static String XSSF
           
 
从类 org.springframework.web.servlet.view.AbstractView 继承的字段
DEFAULT_CONTENT_TYPE
 
从类 org.springframework.context.support.ApplicationObjectSupport 继承的字段
logger
 
从接口 org.springframework.web.servlet.View 继承的字段
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE
 
构造方法摘要
MiniAbstractExcelView()
           
 
方法摘要
protected  boolean isIE(javax.servlet.http.HttpServletRequest request)
           
 
从类 org.springframework.web.servlet.view.AbstractView 继承的方法
addStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getStaticAttributes, isExposePathVariables, prepareResponse, render, renderMergedOutputModel, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposePathVariables, setRequestContextAttribute, toString, writeToResponse
 
从类 org.springframework.web.context.support.WebApplicationObjectSupport 继承的方法
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
 
从类 org.springframework.context.support.ApplicationObjectSupport 继承的方法
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

HSSF

protected static final String HSSF
另请参见:
常量字段值

XSSF

protected static final String XSSF
另请参见:
常量字段值
构造方法详细信息

MiniAbstractExcelView

public MiniAbstractExcelView()
方法详细信息

isIE

protected boolean isIE(javax.servlet.http.HttpServletRequest request)


Copyright © 2015. All Rights Reserved.