fixed a couple of minor issues with missing methods

This commit is contained in:
Eric J. Bowersox
2002-01-09 18:04:24 +00:00
parent 44bf0bcbc3
commit c2fb1f036f
2 changed files with 21 additions and 4 deletions

View File

@@ -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;