public class EditionInterceptor
extends org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDITION_INFO
public name of the value in the RequestContext
|
static java.lang.String |
ENTERPRISE_EDITION |
static java.lang.String |
TEAM_EDITION |
static java.lang.String |
UNKNOWN_EDITION |
static java.lang.String |
UNKNOWN_HOLDER |
Constructor and Description |
---|
EditionInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
afterCompletion(org.springframework.web.context.request.WebRequest request,
java.lang.Exception ex) |
void |
postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model) |
void |
preHandle(org.springframework.web.context.request.WebRequest request) |
public static final java.lang.String EDITION_INFO
public static final java.lang.String ENTERPRISE_EDITION
public static final java.lang.String TEAM_EDITION
public static final java.lang.String UNKNOWN_EDITION
public static final java.lang.String UNKNOWN_HOLDER
public void preHandle(org.springframework.web.context.request.WebRequest request) throws java.lang.Exception
java.lang.Exception
public void postHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap model) throws java.lang.Exception
java.lang.Exception
public void afterCompletion(org.springframework.web.context.request.WebRequest request, java.lang.Exception ex) throws java.lang.Exception
java.lang.Exception
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.