displayView();
}
private void displayView() {
try {
RequestMappingView view = (RequestMappingView) PlatformUI
.getWorkbench().getActiveWorkbenchWindow().getActivePage()
.showView(RequestMappingView.ID_VIEW);
view.setInput(element);
} catch (PartInitException e) {
StatusHandler.log(new Status(IStatus.ERROR,
MetadataPlugin.PLUGIN_ID,
Messages.ShowRequestMappingsAction_ERROR_OPENING_VIEW
+ RequestMappingView.ID_VIEW, e));