|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.metadata.PageMetadataServiceImpl
public class PageMetadataServiceImpl
Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Nov 3, 2008
| Field Summary |
|---|
| Fields inherited from interface org.exoplatform.services.wcm.metadata.PageMetadataService |
|---|
DESCRIPTION, KEYWORDS, PAGE_TITLE, ROBOTS, SITE_TITLE |
| Constructor Summary | |
|---|---|
PageMetadataServiceImpl(LivePortalManagerService livePortalManagerService,
org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService,
org.exoplatform.services.cms.folksonomy.FolksonomyService folksonomyService)
Instantiates a new page metadata service impl. |
|
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
extractMetadata(javax.jcr.Node node)
Extract metadata information from node. |
protected javax.jcr.Node |
findPortal(javax.jcr.Node child)
Find portal. |
java.util.HashMap<java.lang.String,java.lang.String> |
getPortalMetadata(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String uri)
Retrieves the portal metadata information for each request uri. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageMetadataServiceImpl(LivePortalManagerService livePortalManagerService,
org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService,
org.exoplatform.services.cms.folksonomy.FolksonomyService folksonomyService)
throws java.lang.Exception
livePortalManagerService - the live portal manager servicecategoriesService - the categories servicefolksonomyService - the folksonomy service
java.lang.Exception - the exception| Method Detail |
|---|
public java.util.HashMap<java.lang.String,java.lang.String> getPortalMetadata(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String uri)
throws java.lang.Exception
PageMetadataService
getPortalMetadata in interface PageMetadataServicesessionProvider - the session provideruri - the uri
java.lang.Exception - the exception
public java.util.HashMap<java.lang.String,java.lang.String> extractMetadata(javax.jcr.Node node)
throws java.lang.Exception
PageMetadataService
extractMetadata in interface PageMetadataServicenode - the node
java.lang.Exception - the exception
protected javax.jcr.Node findPortal(javax.jcr.Node child)
throws java.lang.Exception
child - the child
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||