public class RenderDynamicComponentPresentationTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor and Description |
|---|
RenderDynamicComponentPresentationTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag() |
String |
getComponentURI() |
String |
getTemplateURI() |
String |
getViewName() |
void |
setComponentURI(String componentURI) |
void |
setTemplateURI(String templateURI) |
void |
setViewName(String viewName) |
public RenderDynamicComponentPresentationTag()
public void doTag()
throws javax.servlet.jsp.JspException,
IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionIOExceptionpublic String getComponentURI()
public void setComponentURI(String componentURI)
public String getTemplateURI()
public void setTemplateURI(String templateURI)
public String getViewName()
public void setViewName(String viewName)
Copyright © 2016. All rights reserved.