Package com.sun.faces.spi
Interface ThreadContext
public interface ThreadContext
-
Method Summary
Modifier and Type Method Description void
clearChildContext()
Object
getParentWebContext()
void
propagateWebContextToChild(Object context)
-
Method Details
-
getParentWebContext
Object getParentWebContext() -
propagateWebContextToChild
-
clearChildContext
void clearChildContext()
-