Uses of Interface
com.sas.services.publish.HTMLFileInterface
Packages that use HTMLFileInterface
-
Uses of HTMLFileInterface in com.sas.services.publish
Classes in com.sas.services.publish that implement HTMLFileInterfaceModifier and TypeClassDescriptionclassThe HTMLFileInterface provides a mechanism for setting and getting the attributes of a file contained within an HTML entry.Methods in com.sas.services.publish that return HTMLFileInterfaceModifier and TypeMethodDescriptionHTMLEntry.getCompanionFiles()Returns an array of all companion files included in this HTML entry.HTMLEntryInterface.getCompanionFiles()Returns an array of all companion files included in this HTML entry.HTMLEntry.getFile()Returns the main file for this HTML entry.HTMLEntry.getFile(String uniqueId) Returns the file identified by the entity key.HTMLEntryInterface.getFile()Returns the main file for this HTML entry.HTMLEntryInterface.getFile(String uniqueId) Returns the file identified by the entity key.Methods in com.sas.services.publish with parameters of type HTMLFileInterfaceModifier and TypeMethodDescriptionvoidHTMLEntry.addCompanionFile(HTMLFileInterface companion) Adds a companion to file to the HTML entry.voidHTMLEntryInterface.addCompanionFile(HTMLFileInterface companion) Adds a companion to file to the HTML entry.voidHTMLEntry.setCompanionFiles(HTMLFileInterface[] companions) Sets the companion to files for this HTML entry.voidHTMLEntryInterface.setCompanionFiles(HTMLFileInterface[] companions) Sets the companion to files for this HTML entry.voidHTMLEntry.setFile(HTMLFileInterface mainFile) Sets the main file for this HTML entry.voidHTMLEntryInterface.setFile(HTMLFileInterface mainFile) Sets the main file for this HTML entry.Constructors in com.sas.services.publish with parameters of type HTMLFileInterfaceModifierConstructorDescriptionHTMLEntry(HTMLFileInterface main, HTMLFileInterface[] companions) Constructs an instance which will export a remote object using RMI socket factories associated with HTMLEntry.class for the specified HTML file and companions.