Class RenderingContext

java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.ptc.core.components.rendering.RenderingContext
All Implemented Interfaces:
Serializable, Cloneable, Map

public class RenderingContext extends Hashtable implements Serializable
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
See Also:
  • Constructor Details

    • RenderingContext

      public RenderingContext(jakarta.servlet.jsp.PageContext pageContext)
      Constructor using PageContext Supported API: true
    • RenderingContext

      public RenderingContext(NmHelperBean helperBean)
      constructor used by DefaultNmGuiComponentRenderer

      Supported API: true