public class NotRenderCondition extends AbstractCompositeRenderCondition
true when all the sub conditions are
returning false; true otherwise.| Constructor and Description |
|---|
NotRenderCondition(SlingHttpServletRequest request,
SlingHttpServletResponse response,
Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check()
Returns
true if the component should be rendered; false
otherwise. |
public NotRenderCondition(@Nonnull SlingHttpServletRequest request, @Nonnull SlingHttpServletResponse response, @Nonnull Resource resource)
public boolean check()
throws ServletException,
IOException
RenderConditiontrue if the component should be rendered; false
otherwise.true if the component should be rendered, false
otherwiseServletException - in case a servlet error occursIOException - in case an IO error occursCopyright © 2010 - 2020 Adobe. All Rights Reserved