public interface ChannelResolver
Modifier and Type | Field and Description |
---|---|
static String |
ALL
Default Channel to use in case none of the ChannelResolver could successfully resolve.
|
static String |
UNRESOLVED
Constant indicating that no channel was resolved.
|
Modifier and Type | Method and Description |
---|---|
String |
resolveChannel(javax.servlet.http.HttpServletRequest request) |
static final String ALL
static final String UNRESOLVED
String resolveChannel(javax.servlet.http.HttpServletRequest request)
request
- to retrieve channel from.UNRESOLVED
if it could not be resolved.Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.