

Public Member Functions | |
| PublicationContentProvider () | |
| ContentRenderer | loadCommand (MacroCommand macroCommand, IContact contact, String idContext) |
Public Member Functions inherited from org.turro.action.content.AbstractContentProvider | |
| List< String > | getHelpCommands () |
| boolean | itsMe (String command) |
| ContentRenderer | loadCommand (String command, IContact contact, String idContext) |
| List< MacroCommand > | getCommands () |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.action.content.AbstractContentProvider | |
| final List< MacroCommand > | commands = new ArrayList<>() |
Definition at line 36 of file PublicationContentProvider.java.
| org.turro.publication.content.PublicationContentProvider.PublicationContentProvider | ( | ) |
Definition at line 38 of file PublicationContentProvider.java.
| ContentRenderer org.turro.publication.content.PublicationContentProvider.loadCommand | ( | MacroCommand | macroCommand, |
| IContact | contact, | ||
| String | idContext | ||
| ) |
Reimplemented from org.turro.action.content.AbstractContentProvider.
Definition at line 57 of file PublicationContentProvider.java.
