Packageorg.servebox.toolbox.browsing
Classpublic class BrowsingUtils

BrowsingUtils exposes static method for the FlexBrowser mechanism



Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Method detail
extractURI()method
public static function extractURI(source:IView):String

Returns the URI of an IView.

Parameters
source:IView

Returns
String
getURISequenceItems()method 
public static function getURISequenceItems(absoluteOrRelativeUri:String):Array

Split a uri

Parameters
absoluteOrRelativeUri:String

Returns
Array
toAbsoluteURI()method 
public static function toAbsoluteURI(source:IView, relativeURI:String):String

Converts a relative URI into a Absolute URI.

Parameters
source:IView
 
relativeURI:String

Returns
String
Constant detail
ROOT_URIconstant
public static const ROOT_URI:String
URI_BACK_SEPARATORconstant 
public static const URI_BACK_SEPARATOR:String = "../"
URI_RELATIVE_SEPARATORconstant 
public static const URI_RELATIVE_SEPARATOR:String = "./"
URI_SEPARATORconstant 
public static const URI_SEPARATOR:String = "/"
URI_STACK_SEPARATORconstant 
public static const URI_STACK_SEPARATOR:String = "$"
URI_STATE_SEPARATORconstant 
public static const URI_STATE_SEPARATOR:String = "#"