Class NodeURLFactoryPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.url.URLFactoryPlugin<NavigationResource,NodeURL>
org.exoplatform.web.url.navigation.NodeURLFactoryPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
- Version:
- $Revision$
- Author:
- Julien Viet
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceType<NavigationResource, NodeURL> Returns the resource type.protected NodeURLnewURL(URLContext context) Returns a new url instance.Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
NodeURLFactoryPlugin
public NodeURLFactoryPlugin()
-
-
Method Details
-
getResourceType
Description copied from class:URLFactoryPluginReturns the resource type.- Specified by:
getResourceTypein classURLFactoryPlugin<NavigationResource,NodeURL> - Returns:
- the resource type
-
newURL
Description copied from class:URLFactoryPluginReturns a new url instance.- Specified by:
newURLin classURLFactoryPlugin<NavigationResource,NodeURL> - Parameters:
context- the context- Returns:
- a new url instance
-