Class Action

  • All Implemented Interfaces:
    Serializable

    public class Action
    extends Object
    implements Serializable
    The action element and its attributes in the discovery XML provides some important information about Office for the web.

    It provides:

    • the name of the action, (view, edit) which permits to know from Silverpeas's point of view what kind of manipulations it will be possible with the document
    • the handled extension
    • the client URL that permits to edit into the browser file a document

    Author:
    silveryocha
    See Also:
    Serialized Form
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • getExt

        public String getExt()
      • getName

        public String getName()
      • getUrlsrc

        public String getUrlsrc()