Print
XWorkXMLPlugin

Documentation for the XWorkXMLPlugin plugin

plugin producing xwork mapping declarations.

this plugin will produce mapping declarations for single package. resulting

xml file can be included into master configuration.

for now it processes only action classes ( which are just a POJOs and do not

require any superclasses / interfaces )

interceptor stuff etc shall be merged in.

Classname org.xdoclet.plugin.xwork.XWorkXMLPlugin
Maven repository http://dist.codehaus.org/
Property Required Allowed values Default value Description
abstract false true, false false whether generated package shall be declared as abstract
actions false      
extends false     which package shall be extendet
filename false   xwork.xml destination file name
mergefile false     contents of this file will be merged. shall be relative to basedir
namespace false     plugin namespace
package false     specifies package name
restrictedpath false      
multioutput false      
outputValidator false      
fileregex false      
filereplace false      
packageregex false      
packagereplace false      
destdir true     Directory where generated file should be created
validate false true, false true Validate output files or not.
encoding false   ISO-8859-1 Encoding of source files
Powered by Atlassian Confluence