Package com.atlassian.bamboo.ww2
Class BareFreeMarkerContextImpl
- java.lang.Object
-
- com.atlassian.bamboo.ww2.BareFreeMarkerContextImpl
-
- All Implemented Interfaces:
BareFreeMarkerContext
public class BareFreeMarkerContextImpl extends Object implements BareFreeMarkerContext
-
-
Field Summary
Fields Modifier and Type Field Description static BareFreeMarkerContext
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getXsrfToken()
boolean
isXsrfTokenNeeded(@Nullable String formActionDestination)
-
-
-
Field Detail
-
INSTANCE
public static BareFreeMarkerContext INSTANCE
-
-
Method Detail
-
getXsrfToken
@Nullable public @Nullable String getXsrfToken()
- Specified by:
getXsrfToken
in interfaceBareFreeMarkerContext
-
isXsrfTokenNeeded
public boolean isXsrfTokenNeeded(@Nullable @Nullable String formActionDestination)
- Specified by:
isXsrfTokenNeeded
in interfaceBareFreeMarkerContext
-
-