Package io.quarkus.qute
Class FragmentSectionHelper
- java.lang.Object
-
- io.quarkus.qute.FragmentSectionHelper
-
- All Implemented Interfaces:
SectionHelper
public class FragmentSectionHelper extends Object implements SectionHelper
Demarcates a template fragment that can be rendered separately.- See Also:
Template.getFragment(String)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFragmentSectionHelper.Factory-
Nested classes/interfaces inherited from interface io.quarkus.qute.SectionHelper
SectionHelper.SectionResolutionContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()CompletionStage<ResultNode>resolve(SectionHelper.SectionResolutionContext context)
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
resolve
public CompletionStage<ResultNode> resolve(SectionHelper.SectionResolutionContext context)
- Specified by:
resolvein interfaceSectionHelper- Returns:
- the result node
-
-