Packageweavejs.api.core
Interfacepublic interface ILinkableObjectWithNewPaths extends ILinkableObject

Implement this interface to specify how to rewrite deprecated session state paths.



Public Methods
 MethodDefined By
  
deprecatedPathRewrite(relativePath:Array):Array
Receives a deprecated path and returns the new path.
ILinkableObjectWithNewPaths
Method Detail
deprecatedPathRewrite()method
public function deprecatedPathRewrite(relativePath:Array):Array

Receives a deprecated path and returns the new path.

Parameters

relativePath:Array — The deprecated path.

Returns
Array — The new path.