org.nuiton.scmwebeditor.urlResolver.impl
Class ScmUrlResolverDefaultImpl

java.lang.Object
  extended by org.nuiton.scmwebeditor.urlResolver.impl.ScmUrlResolverDefaultImpl
All Implemented Interfaces:
ScmUrlResolver

public class ScmUrlResolverDefaultImpl
extends Object
implements ScmUrlResolver


Field Summary
static String DEFAULT_NAME
           
static String PARAMETER_ADDRESS
           
 
Constructor Summary
ScmUrlResolverDefaultImpl()
           
 
Method Summary
 String getLayoutName()
           
 URL resolv(Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
See Also:
Constant Field Values

PARAMETER_ADDRESS

public static final String PARAMETER_ADDRESS
See Also:
Constant Field Values
Constructor Detail

ScmUrlResolverDefaultImpl

public ScmUrlResolverDefaultImpl()
Method Detail

getLayoutName

public String getLayoutName()
Specified by:
getLayoutName in interface ScmUrlResolver

resolv

public URL resolv(Map<String,String> parameters)
           throws IOException,
                  IllegalArgumentException
Specified by:
resolv in interface ScmUrlResolver
Throws:
IOException
IllegalArgumentException


Copyright © 2009-2011 CodeLutin. All Rights Reserved.