Class ContextResourceLink

  • All Implemented Interfaces:
    java.io.Serializable, Injectable

    public class ContextResourceLink
    extends ResourceBase
    Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextResourceLink

        public ContextResourceLink()
        Default constructor for ContextResourceLink.
    • Method Detail

      • getGlobal

        public java.lang.String getGlobal()
        Returns the global name of this resource.
        Returns:
        the global resource name
      • setGlobal

        public void setGlobal​(java.lang.String global)
        Sets the global name of this resource.
        Parameters:
        global - the global resource name
      • getFactory

        public java.lang.String getFactory()
        Returns the factory to be used for creating the object.
        Returns:
        the factory class name
      • setFactory

        public void setFactory​(java.lang.String factory)
        Sets the factory to be used for creating the object.
        Parameters:
        factory - the factory class name
      • toString

        public java.lang.String toString()
        Return a String representation of this object.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class ResourceBase