@SupportsInformalParameters public abstract class AbstractConditional extends Object
Constructor and Description |
---|
AbstractConditional() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
test()
Performs the test via the parameters; return true to render the body of the component, false to render the else
block (or nothing).
|
public AbstractConditional()
protected abstract boolean test()
Copyright © 2003-2012 The Apache Software Foundation.