public class EditionInterceptor
extends org.springframework.extensions.surf.mvc.AbstractWebFrameworkInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
EditionInterceptor.EditionInfo
Simple structure class wrapping the edition and license restriction information
|
| 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 |
| 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 void preHandle(org.springframework.web.context.request.WebRequest request)
throws java.lang.Exception
java.lang.Exceptionpublic void postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
java.lang.Exceptionpublic void afterCompletion(org.springframework.web.context.request.WebRequest request,
java.lang.Exception ex)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.