Class RemovePageTagsAction
- java.lang.Object
-
- de.valtech.aecu.core.groovy.console.bindings.actions.page.RemovePageTagsAction
-
-
Constructor Summary
Constructors Constructor Description RemovePageTagsAction(BindingContext context, String... tags)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdoAction(org.apache.sling.api.resource.Resource resource)Runs an action.
-
-
-
Constructor Detail
-
RemovePageTagsAction
public RemovePageTagsAction(BindingContext context, String... tags)
Constructor- Parameters:
context- binding contexttags- tag names
-
-