org.jboss.portal.core.controller.command.mapper
Interface URLFactory

All Known Subinterfaces:
DelegatingURLFactory
All Known Implementing Classes:
AbstractURLFactory, CMSObjectURLFactory, DelegatingURLFactoryService, InstanceURLFactory, PortalObjectURLFactory, SimpleURLFactory, URLFactoryDelegate

public interface URLFactory

Version:
$Revision: 7035 $
Author:
Julien Viet

Method Summary
 ServerURL doMapping(ControllerContext controllerContext, ServerInvocation invocation, ControllerCommand cmd)
          Create an url for the command.
 

Method Detail

doMapping

ServerURL doMapping(ControllerContext controllerContext,
                    ServerInvocation invocation,
                    ControllerCommand cmd)
Create an url for the command.

Parameters:
controllerContext -
invocation - the invocation
cmd - the command to encode @return the server url or null if this mapper cannot peform this operation