Features

Quick and Consistent Renaming of JBoss Seam Components

JBoss Seam components can be referenced from JSP/JSF pages, Seam components.xml, page flow configuration files, string literals anywhere else, etc. What it takes if you want to rename one of them? With IntelliJ IDEA, only a simple press of Shift+F6 to invoke the Rename refactoring:

The component and all references to it will be consistently renamed.

image description