Package org.xwiki.url
Interface URLContextManager
-
@Role public interface URLContextManagerAccess various URL-related items from the Execution Context; for example access the current URL scheme.- Since:
- 7.2M1
- Version:
- $Id: 915c69c0ddd55ce019f6825e3d41173b3a5bbe3f $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetURLFormatId()voidsetURLFormatId(String urlFormatId)
-
-
-
Method Detail
-
getURLFormatId
String getURLFormatId()
- Returns:
- the URL scheme being used; it's retrieved from the Execution Context (e.g. "standard", "reference", etc)
-
setURLFormatId
void setURLFormatId(String urlFormatId)
- Parameters:
urlFormatId- seegetURLFormatId()
-
-