return "rewrite";
}
@Override
public void initialize( UrlRewriteEnvironment environment, UrlRewriteActionRewriteDescriptorExt descriptor ) throws Exception {
this.expander = new Expander();
if ( descriptor.parameter() != null ) {
this.template = Parser.parse( descriptor.parameter() );
} else {
this.template = Parser.parse( "" );
}