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 StaticPlaceholderTag

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

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

public class StaticPlaceholderTag
extends BaseTag<PlaceholderRequest>

A convenience tag for including a contributable piece of content outside the scope of a Site.


Field Summary

 

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

 

Constructor Summary
StaticPlaceholderTag()
           

 

Method Summary
protected  boolean beforeScriptEvaluation()
          Allow sub-classes to handle the response
protected  SiteRequestInvoker<PlaceholderRequest> createSiteRequestInvoker()
           
 java.lang.Object getActions()
           
 java.lang.Object getDataFile()
           
 java.lang.Object getName()
           
 java.lang.Object getTemplate()
           
protected  void populateSiteRequest()
          Populate the site request object from the tag parameters
 void setActions(java.lang.Object actions)
           
 void setDataFile(java.lang.Object dataFile)
           
 void setName(java.lang.Object name)
           
 void setTemplate(java.lang.Object template)
           

 

Methods inherited from class oracle.stellent.wcm.javaee.taglib.BaseTag
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

StaticPlaceholderTag

public StaticPlaceholderTag()

Method Detail

getName

public java.lang.Object getName()

setName

public void setName(java.lang.Object name)

getActions

public java.lang.Object getActions()

setActions

public void setActions(java.lang.Object actions)

getDataFile

public java.lang.Object getDataFile()

setDataFile

public void setDataFile(java.lang.Object dataFile)

getTemplate

public java.lang.Object getTemplate()

setTemplate

public void setTemplate(java.lang.Object template)

beforeScriptEvaluation

protected boolean beforeScriptEvaluation()
                                  throws ApplicationException
Allow sub-classes to handle the response
Overrides:
beforeScriptEvaluation in class BaseTag<PlaceholderRequest>
Returns:
it true then the evaluation continues
Throws:
ApplicationException

createSiteRequestInvoker

protected SiteRequestInvoker<PlaceholderRequest> createSiteRequestInvoker()
                                                                   throws ApplicationException
Specified by:
createSiteRequestInvoker in class BaseTag<PlaceholderRequest>
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<PlaceholderRequest>
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.