| Package | org.servebox.toolbox.browsing |
| Class | public class BrowsingUtils |
| Method | Defined by | ||
|---|---|---|---|
|
extractURI(source:IView):String
[static]
Returns the URI of an IView.
| BrowsingUtils | ||
|
getURISequenceItems(absoluteOrRelativeUri:String):Array
[static]
Split a uri
| BrowsingUtils | ||
|
toAbsoluteURI(source:IView, relativeURI:String):String
[static]
Converts a relative URI into a Absolute URI.
| BrowsingUtils | ||
| Constant | Defined by | ||
|---|---|---|---|
| ROOT_URI : String [static]
| BrowsingUtils | ||
| URI_BACK_SEPARATOR : String = "../" [static]
| BrowsingUtils | ||
| URI_RELATIVE_SEPARATOR : String = "./" [static]
| BrowsingUtils | ||
| URI_SEPARATOR : String = "/" [static]
| BrowsingUtils | ||
| URI_STACK_SEPARATOR : String = "$" [static]
| BrowsingUtils | ||
| URI_STATE_SEPARATOR : String = "#" [static]
| BrowsingUtils | ||
| extractURI | () | method |
public static function extractURI(source:IView):StringReturns the URI of an IView.
Parameterssource:IView |
String |
| getURISequenceItems | () | method |
public static function getURISequenceItems(absoluteOrRelativeUri:String):ArraySplit a uri
ParametersabsoluteOrRelativeUri:String |
Array |
| toAbsoluteURI | () | method |
public static function toAbsoluteURI(source:IView, relativeURI:String):StringConverts a relative URI into a Absolute URI.
Parameterssource:IView |
|
relativeURI:String |
String |
| ROOT_URI | constant |
public static const ROOT_URI:String
| URI_BACK_SEPARATOR | constant |
public static const URI_BACK_SEPARATOR:String = "../"
| URI_RELATIVE_SEPARATOR | constant |
public static const URI_RELATIVE_SEPARATOR:String = "./"
| URI_SEPARATOR | constant |
public static const URI_SEPARATOR:String = "/"
| URI_STACK_SEPARATOR | constant |
public static const URI_STACK_SEPARATOR:String = "$"
| URI_STATE_SEPARATOR | constant |
public static const URI_STATE_SEPARATOR:String = "#"