Package org.javlo.context
Interface INeedContentContext
-
public interface INeedContentContext
interface implemented by class need ContentContext.- Author:
- pvandermaesen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentContext
getContentContext()
void
setContentContext(ContentContext ctx)
-
-
-
Method Detail
-
getContentContext
ContentContext getContentContext()
-
setContentContext
void setContentContext(ContentContext ctx)
-
-