Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
hippo-services-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Hippo JIRA
Hippo JIRA
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
cms-community
hippo-services-api
Commits
572ccd78
Commit
572ccd78
authored
May 30, 2017
by
Arthur Bogaart
Committed by
Bert Leunis
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMS-11897
Add before and after hooks to TagVisitor
(cherry picked from commit
dba5cf3e
)
parent
39105d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
TagVisitor.java
.../org/onehippo/cms7/services/htmlprocessor/TagVisitor.java
+10
-0
No files found.
src/main/java/org/onehippo/cms7/services/htmlprocessor/TagVisitor.java
View file @
572ccd78
...
...
@@ -43,5 +43,15 @@ public interface TagVisitor extends Serializable {
*/
void
onWrite
(
Tag
parent
,
Tag
tag
)
throws
RepositoryException
;
/**
* Called before the visitor is applied to the DOM tree.
*/
void
before
();
/**
* Called after the visitor is applied to the DOM tree.
*/
void
after
();
void
release
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment