Package se.conciliate.extensions.publish
Interface PublishRuntimeFilter
public interface PublishRuntimeFilter
Makes it possible to filter presented information in HTML
for example based on the "path" from the root model used
to navigate to the current model.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Filters out breakdowns shown from a model based on the path taken to the model. -
Method Summary
Modifier and TypeMethodDescriptiongetBreakdownFilters
(MTNamedQuery query) Returns any breakdown filters that should be used in the published material.
-
Method Details
-
getBreakdownFilters
Returns any breakdown filters that should be used in the published material.- Parameters:
query
- The named query used to select which content to publish, will be null if no query was used.- Returns:
- any breakdown filters that should be used in the published material.
-