Returns the name of the command, which will either be
the target (if specified), or the "friendly name" for the JSP.
the name See Also:com.ecyrd.jspwiki.ui.Command.getName
Creates and returns a targeted Command by combining a GroupPrincipal
with this Command. The supplied target object
must be non-null and of type GroupPrincipal.
If the target is not of the correct type, this method throws an
IllegalArgumentException .
Parameters: target - the GroupPrincipal to combine into the current Command the new, targeted command
Methods inherited from com.ecyrd.jspwiki.ui.AbstractCommand