Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After analyzing all of the files in the content tool, I have found the following references to getContent():

  • FilePickerAction.java - extends PagedResourceHelperAction, one instance of getContent() ****
  • ListItem.java - one instance of getContent() ****
  • ResourcesAction.java - extends PagedResourceHelperAction, one instance of getContent() ****
  • ResourcesEditItem.java - extends ResourcesBrowseItem, one instance of getContent() ****
  • ResourcesItem.java - three instances of getContent() ****

So the next step is to put hook messages in every one of these places and see if they get triggered when content is displayed.
Hooks are now in place.

...