fixed a couple of minor issues with missing methods
This commit is contained in:
@@ -114,6 +114,24 @@ public class FindPostView implements ContentJSP
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public final CommunityContext getCommunity()
|
||||
{
|
||||
return comm;
|
||||
|
||||
} // end getCommunity
|
||||
|
||||
public final ConferenceContext getConference()
|
||||
{
|
||||
return conf;
|
||||
|
||||
} // end getConference
|
||||
|
||||
public final TopicContext getTopic()
|
||||
{
|
||||
return topic;
|
||||
|
||||
} // end getTopic
|
||||
|
||||
public final String getTerm()
|
||||
{
|
||||
return term;
|
||||
|
||||
Reference in New Issue
Block a user