FreeMarkerViewDispatcher, PebbleViewDispatcherpublic interface ViewDispatcher
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
VIEW_DISPATCHER_SETTING_NAME |
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispatch(Activity activity,
DispatchResponseRule dispatchResponseRule) |
Dispatch to other resources as the given rule.
|
boolean |
isSingleton() |
Return whether this view dispatcher corresponds to a singleton instance.
|
static final java.lang.String VIEW_DISPATCHER_SETTING_NAME
void dispatch(Activity activity, DispatchResponseRule dispatchResponseRule) throws ViewDispatcherException
activity - the current activitydispatchResponseRule - the dispatch response ruleViewDispatcherException - the view dispatch exceptionboolean isSingleton()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.