Package org.jboss.portal.core.controller.command.mapper

Interface Summary
CommandFactory The CommandMapper interface defines a service that can map an invocation to a command and also provide a mapping from a command to an url.
DelegatingCommandFactory A command mapper that delegates to other mappers based on the prefix of the request path.
DelegatingURLFactory  
SignOutCommandFactory  
URLFactory  
 

Class Summary
AbstractCommandFactory  
AbstractURLFactory  
CommandFactoryDelegate  
DelegatingCommandFactoryService  
DelegatingURLFactoryService  
SignOutCommandFactoryService  
SignOutURLFactory  
SimpleCommandFactory  
SimpleURLFactory  
URLFactoryDelegate