◆ canShowTo()
boolean org.turro.publishing.PublishingContext.canShowTo |
( |
IContact |
contact | ) |
|
Definition at line 44 of file PublishingContext.java.
45 ElContext ctx = ElContextMap.getContext(context);
46 if(ctx.isPublic())
return true;
47 return ctx.canShowTo(contact);
◆ getContext()
String org.turro.publishing.PublishingContext.getContext |
( |
| ) |
|
◆ isPublic()
boolean org.turro.publishing.PublishingContext.isPublic |
( |
| ) |
|
Definition at line 39 of file PublishingContext.java.
40 ElContext ctx = ElContextMap.getContext(context);
41 return ctx.isPublic();
The documentation for this class was generated from the following file: