Class RenderingContext
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.ptc.core.components.rendering.RenderingContext
- All Implemented Interfaces:
Serializable,Cloneable,Map
RenderingContext - has information about the context in which the component is rendered
we need to mark this constructor as supported RenderingContext(NmHelperBean helperBean)
Supported API: true
Supported API: true
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRenderingContext(NmHelperBean helperBean) constructor used by DefaultNmGuiComponentRenderer
Supported API: trueRenderingContext(jakarta.servlet.jsp.PageContext pageContext) Constructor using PageContext Supported API: true -
Method Summary
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
RenderingContext
public RenderingContext(jakarta.servlet.jsp.PageContext pageContext) Constructor using PageContext Supported API: true -
RenderingContext
constructor used by DefaultNmGuiComponentRenderer
Supported API: true
-