|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.springframework.web.servlet.mvc.multiaction.MultiActionController
com.jaspersoft.jasperserver.war.control.JRBaseMultiActionController
com.jaspersoft.jasperserver.war.control.OlapViewListController
public class OlapViewListController
The OlapViewListController lists OLAP units defined in the repository.
Field Summary | |
---|---|
protected org.apache.log4j.Logger |
logger
|
Fields inherited from class com.jaspersoft.jasperserver.war.control.JRBaseMultiActionController |
---|
objPermService, repository, userAuthService |
Fields inherited from class org.springframework.web.servlet.mvc.multiaction.MultiActionController |
---|
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger |
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator |
---|
METHOD_GET, METHOD_HEAD, METHOD_POST |
Constructor Summary | |
---|---|
OlapViewListController()
|
Method Summary | |
---|---|
org.springframework.context.MessageSource |
getMessages()
|
org.springframework.web.servlet.ModelAndView |
listOlapViews(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The listOlapViews() method retrives OLAP units from the repository. |
void |
setMessages(org.springframework.context.MessageSource messages)
|
Methods inherited from class com.jaspersoft.jasperserver.war.control.JRBaseMultiActionController |
---|
getAllRoles, getAllUsers, getObjPermService, getOlapUnits, getReportUnit, getReportUnit, getReportUnits, getRepository, getUserAuthService, setObjPermService, setRepository, setUserAuthService |
Methods inherited from class org.springframework.web.servlet.mvc.multiaction.MultiActionController |
---|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators |
Methods inherited from class org.springframework.web.servlet.mvc.AbstractController |
---|
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession |
Methods inherited from class org.springframework.web.servlet.support.WebContentGenerator |
---|
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseExpiresHeader |
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
---|
getServletContext, getTempDir, getWebApplicationContext, isContextRequired, setServletContext |
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
---|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.log4j.Logger logger
Constructor Detail |
---|
public OlapViewListController()
Method Detail |
---|
public org.springframework.web.servlet.ModelAndView listOlapViews(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- response
-
public org.springframework.context.MessageSource getMessages()
public void setMessages(org.springframework.context.MessageSource messages)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |