• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hazendaz / sitemesh2 / 59

22 Mar 2026 02:30AM UTC coverage: 40.347%. Remained the same
59

push

github

hazendaz
[mvn] Update maven wrapper

698 of 1891 branches covered (36.91%)

Branch coverage included in aggregate %.

1555 of 3693 relevant lines covered (42.11%)

0.42 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/opensymphony/module/sitemesh/multipass/ExtractPropertyTag.java
1
/*
2
 * SPDX-License-Identifier: Apache-2.0
3
 * Copyright 2011-2026 Hazendaz
4
 */
5
package com.opensymphony.module.sitemesh.multipass;
6

7
import com.opensymphony.module.sitemesh.Page;
8
import com.opensymphony.module.sitemesh.taglib.decorator.PropertyTag;
9

10
/**
11
 * The Class ExtractPropertyTag.
12
 */
13
public class ExtractPropertyTag extends PropertyTag {
×
14

15
    /** The Constant serialVersionUID. */
16
    private static final long serialVersionUID = 1L;
17

18
    @Override
19
    public int doEndTag() {
20
        Page page = getPage();
×
21
        page.addProperty("_sitemesh.removefrompage." + getProperty(), "true");
×
22
        return super.doEndTag();
×
23
    }
24

25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc