Class GetAction

  • All Implemented Interfaces:
    com.xpn.xwiki.internal.web.LegacyAction

    @Component
    @Named("get")
    @Singleton
    public class GetAction
    extends XWikiAction
    Action used to get a resource that is a part of a page loaded asynchronously generally for performance reasons. Like download or skin but for wiki content.

    This means that by default there is not UI and it's not registered in the statistics since the main page is already logged.

    Version:
    $Id: a78794196bf49f6f00c3545a783ec48cbf1ce604 $