public class SubComponent.RenderData extends Object
Provides data about the rendering of a SubComponent, specifically whether or not it
should be rendered, the URI to render it and the properties associated with it.
| Constructor and Description |
|---|
SubComponent.RenderData(boolean shouldRender,
String uri,
Map<String,Serializable> properties,
SubComponentEvaluation evaluation) |
| Modifier and Type | Method and Description |
|---|---|
SubComponentEvaluation |
getEvaluation() |
Map<String,Serializable> |
getProperties() |
String |
getUri() |
boolean |
shouldRender() |
String |
toString() |
public SubComponent.RenderData(boolean shouldRender,
String uri,
Map<String,Serializable> properties,
SubComponentEvaluation evaluation)
public boolean shouldRender()
public String getUri()
public Map<String,Serializable> getProperties()
public SubComponentEvaluation getEvaluation()
Copyright © 2005–2016 Alfresco Software. All rights reserved.