Class CometFrameLayoutRule

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometFrameLayoutRule
    extends CometLayoutRule

    Java class for the Text Rule configuration type

    .
    See Also:
    Serialized Form
    • Constructor Detail

      • CometFrameLayoutRule

        public CometFrameLayoutRule()
        Instantiates a new comet frame layout rule.
    • Method Detail

      • getRepositoryFilename

        public java.lang.String getRepositoryFilename()
                                               throws CometException
        Description copied from class: CometEntity

        Gets the repository filename for this particular item

        This method MUST be overridden by classes extending CometEntity

        Overrides:
        getRepositoryFilename in class CometEntity
        Returns:
        the repository filename of this particular item
        Throws:
        CometException - the comet exception
      • getRepositoryPath

        public java.lang.String getRepositoryPath()
                                           throws CometException
        Description copied from class: CometEntity

        Get the relative repository path for this configuration type.

        This method MUST be overridden by classes extending CometEntity.

        Overrides:
        getRepositoryPath in class CometEntity
        Returns:
        relative repository path
        Throws:
        CometException - the comet exception