com.softwareag.centrasite.api.about
Interface ClientAboutInfo


public interface ClientAboutInfo

Represents the about information which any client can provide


Method Summary
 java.util.List<AboutTopicValue> getClientAboutValues()
          Return the list of topic values for this client info
 AboutTopicValue getClientRealDirLocation()
          Return the list of topic values for this client info will be rendered only for WebDir
 java.util.List<AboutTopic> getClientTopicsForAdmin()
          Return the list of admin topics for this client info
 

Method Detail

getClientAboutValues

java.util.List<AboutTopicValue> getClientAboutValues()
Return the list of topic values for this client info

Returns:
the list of topic values for this client info

getClientRealDirLocation

AboutTopicValue getClientRealDirLocation()
Return the list of topic values for this client info will be rendered only for WebDir

Returns:
the list of topic values for this client info

getClientTopicsForAdmin

java.util.List<AboutTopic> getClientTopicsForAdmin()
Return the list of admin topics for this client info

Returns:
the list of admin topics for this client info