public class ODataFraction extends Object implements Fraction<ODataFraction>
Constructor and Description |
---|
ODataFraction() |
Modifier and Type | Method and Description |
---|---|
ODataFraction |
applyDefaults(boolean hasConfiguration)
The container always calls this method, but the default implementation delegates to
Fraction.applyDefaults() . |
String |
getContext() |
String |
getRole() |
boolean |
isSecure() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyDefaults
public String getContext()
public ODataFraction applyDefaults(boolean hasConfiguration)
Fraction
Fraction.applyDefaults()
.
Unlike Fraction.applyDefaults()
this method allows a fraction to customize the defaults depending on whether this fraction was explicitly configured by a
user or not.
applyDefaults
in interface Fraction<ODataFraction>
public boolean isSecure()
public String getRole()
Copyright © 2018 JBoss by Red Hat. All rights reserved.