站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

URLFactory - JBOSS Portal 2.6 API 英文版文档


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

All Known Subinterfaces:
DelegatingURLFactory
All Known Implementing Classes:
AbstractURLFactory, DelegatingURLFactoryService

public interface URLFactory

Version:
$Revision: 5448 $
Author:
Julien Viet

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

Method Detail

doMapping

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

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