Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.javaee.taglib
Class MetadataTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by oracle.stellent.wcm.javaee.taglib.BaseTag<MetadataRequest>
          extended by oracle.stellent.wcm.javaee.taglib.MetadataTag

All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class MetadataTag
extends BaseTag<MetadataRequest>

Load the metadata for a content item. Will use the cache so this is fairly performant for consumption environments.


Field Summary

 

Fields inherited from class oracle.stellent.wcm.javaee.taglib.BaseTag
m_log

 

Constructor Summary
MetadataTag()
           

 

Method Summary
protected  SiteRequestInvoker<MetadataRequest> createSiteRequestInvoker()
           
 java.lang.String getContentID()
           
 java.lang.String getVar()
           
protected  void populateSiteRequest()
          Populate the site request object from the tag parameters
 void setContentID(java.lang.String contentID)
           
 void setVar(java.lang.String var)
           

 

Methods inherited from class oracle.stellent.wcm.javaee.taglib.BaseTag
beforeScriptEvaluation, doTag, getClientApplication, getSiteRequestInvoker, getViewBody, isUseJspBody

 

Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MetadataTag

public MetadataTag()

Method Detail

getContentID

public java.lang.String getContentID()
Returns:
the content ID

setContentID

public void setContentID(java.lang.String contentID)

getVar

public java.lang.String getVar()
Returns:
variable name to expose this metadata

setVar

public void setVar(java.lang.String var)

createSiteRequestInvoker

protected SiteRequestInvoker<MetadataRequest> createSiteRequestInvoker()
                                                                throws ApplicationException
Specified by:
createSiteRequestInvoker in class BaseTag<MetadataRequest>
Returns:
the type of request
Throws:
ApplicationException

populateSiteRequest

protected void populateSiteRequest()
                            throws ApplicationException
Populate the site request object from the tag parameters
Specified by:
populateSiteRequest in class BaseTag<MetadataRequest>
Throws:
ApplicationException

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.