public class PluginsAwareViewMapping extends Object implements webwork.dispatcher.ViewMapping
Resolves a mapping from action result code to a particular view that should be used to present the results to the end user.
 It delegates the actual handling of webwork plugin module events to
 PluginsAwareViewMapping.Component
 
 This separate component is necessary because the mapping is instantiated and stored statically by
 webwork's GenericDispatcher
 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PluginsAwareViewMapping.Component
A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module
 descriptors are enabled / disabled. 
 | 
| Constructor and Description | 
|---|
PluginsAwareViewMapping()  | 
Copyright © 2002-2024 Atlassian. All Rights Reserved.