Public Member Functions | |
| String | getPath () |
| ElContext | getContext () |
| void | setContext (ElContext context) |
| WebContext | getAttr () |
| String | getSocialImage () |
| boolean | isEditable (String base, String lang) |
| void | saveContent (IContact contact, String base, String lang, String wiki, String html, boolean autoremove) |
| void | removeVersion (String base, String lang, String version) |
Definition at line 31 of file EditingContext.java.
| WebContext org.turro.elephant.web.EditingContext.getAttr | ( | ) |
Definition at line 49 of file EditingContext.java.


| ElContext org.turro.elephant.web.EditingContext.getContext | ( | ) |
| String org.turro.elephant.web.EditingContext.getPath | ( | ) |
| String org.turro.elephant.web.EditingContext.getSocialImage | ( | ) |
Definition at line 53 of file EditingContext.java.

| boolean org.turro.elephant.web.EditingContext.isEditable | ( | String | base, |
| String | lang | ||
| ) |
Definition at line 58 of file EditingContext.java.


| void org.turro.elephant.web.EditingContext.removeVersion | ( | String | base, |
| String | lang, | ||
| String | version | ||
| ) |
Definition at line 70 of file EditingContext.java.


| void org.turro.elephant.web.EditingContext.saveContent | ( | IContact | contact, |
| String | base, | ||
| String | lang, | ||
| String | wiki, | ||
| String | html, | ||
| boolean | autoremove | ||
| ) |
Definition at line 66 of file EditingContext.java.


| void org.turro.elephant.web.EditingContext.setContext | ( | ElContext | context | ) |