Class SectionsForLocationFunction
java.lang.Object
com.atlassian.confluence.plugins.soy.SectionsForLocationFunction
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyFunction
,com.atlassian.soy.renderer.SoyServerFunction<Iterable<WebSectionView>>
public class SectionsForLocationFunction
extends Object
implements com.atlassian.soy.renderer.SoyServerFunction<Iterable<WebSectionView>>
A soy server function that retrieves web-sections for a given location.
Usage: {let $sections: sectionsForLocation(contentId, 'system.main.nav') /}
where contentId is used to provide additional information to the WebInterfaceContext. Pass null if the sections are not associated with a specific CEO.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SectionsForLocationFunction
-
-
Method Details
-
getName
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<Iterable<WebSectionView>>
-
validArgSizes
- Specified by:
validArgSizes
in interfacecom.atlassian.soy.renderer.SoyFunction
-