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