nl.gx.webmanager.cms.core
Interface UrlBuilder

All Known Subinterfaces:
InternalUrlBuilder

public interface UrlBuilder

Interface for Url factories that calculate the right url for a given context.


Method Summary
 java.lang.String getEscapedUrl()
          Return the url escaped to HTML.
 java.lang.String getUrl()
          Return the url.
 

Method Detail

getUrl

java.lang.String getUrl()
Return the url.

Returns:
the url.

getEscapedUrl

java.lang.String getEscapedUrl()
Return the url escaped to HTML. For example & instead of &)

Returns:
the url escaped to HTML.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.