| Subclasses of BaseURLNonEncodedStringImpl in com.liferay.faces.bridge.context.url |
class |
BaseURLDirectStringImpl
This class represents a simple "direct" BaseURL, meaning an implementation that wraps a path and constructs
an absolute path URL based on the scheme, server name, and port found in the PortletRequest. |
class |
BaseURLEncodedExternalStringImpl
This class represents a simple "encoded" BaseURL, meaning an implementation that encodes a String based URL
that is "external" to the application. |
class |
BaseURLEncodedStringImpl
This abstract class represents a simple "encoded" BaseURL, meaning an implementation that encodes a String
based URL. |
class |
BaseURLRelativeStringImpl
This class represents a relative BaseURL, meaning an implementation that simply wraps a String based URL that
starts with "../" and does not require encoding. |