Project

General

Profile

« Previous | Next » 

Revision 9148

Added by Jing Tao about 9 years ago

Make the REST api work for views.

View differences:

D1NodeService.java
1924 1924
  public OptionList listViews(Session arg0) throws InvalidToken,
1925 1925
          ServiceFailure, NotAuthorized, InvalidRequest, NotImplemented {
1926 1926
      OptionList views = new OptionList();
1927
      views.setKey("views");
1928
      views.setDescription("List of views for objects on the node");
1927 1929
      Vector<String> skinNames = null;
1928 1930
      try {
1929 1931
          skinNames = SkinUtil.getSkinNames();

Also available in: Unified diff