org.apache.stanbol.entityhub.jersey.fragment
Class EntityhubWebFragment

java.lang.Object
  extended by org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
All Implemented Interfaces:
org.apache.stanbol.commons.web.base.WebFragment

@Service
public class EntityhubWebFragment
extends Object
implements org.apache.stanbol.commons.web.base.WebFragment


Field Summary
protected  org.apache.stanbol.commons.namespaceprefix.NamespacePrefixService nsPrefixService
          This service is used to map '{prefix}:{localname}' values to full URIs and vice versa.
 
Constructor Summary
EntityhubWebFragment()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext ctx)
           
 Set<Class<?>> getJaxrsResourceClasses()
           
 Set<Object> getJaxrsResourceSingletons()
           
 List<org.apache.stanbol.commons.web.base.LinkResource> getLinkResources()
           
 String getName()
           
 List<org.apache.stanbol.commons.web.base.NavigationLink> getNavigationLinks()
           
 List<org.apache.stanbol.commons.web.base.ScriptResource> getScriptResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsPrefixService

@Reference
protected org.apache.stanbol.commons.namespaceprefix.NamespacePrefixService nsPrefixService
This service is used to map '{prefix}:{localname}' values to full URIs and vice versa.

Constructor Detail

EntityhubWebFragment

public EntityhubWebFragment()
Method Detail

activate

@Activate
protected void activate(org.osgi.service.component.ComponentContext ctx)

getJaxrsResourceClasses

public Set<Class<?>> getJaxrsResourceClasses()
Specified by:
getJaxrsResourceClasses in interface org.apache.stanbol.commons.web.base.WebFragment

getJaxrsResourceSingletons

public Set<Object> getJaxrsResourceSingletons()
Specified by:
getJaxrsResourceSingletons in interface org.apache.stanbol.commons.web.base.WebFragment

getLinkResources

public List<org.apache.stanbol.commons.web.base.LinkResource> getLinkResources()
Specified by:
getLinkResources in interface org.apache.stanbol.commons.web.base.WebFragment

getName

public String getName()
Specified by:
getName in interface org.apache.stanbol.commons.web.base.WebFragment

getNavigationLinks

public List<org.apache.stanbol.commons.web.base.NavigationLink> getNavigationLinks()
Specified by:
getNavigationLinks in interface org.apache.stanbol.commons.web.base.WebFragment

getScriptResources

public List<org.apache.stanbol.commons.web.base.ScriptResource> getScriptResources()
Specified by:
getScriptResources in interface org.apache.stanbol.commons.web.base.WebFragment


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.