|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Client
Admin model interface for client objects. This class provides developers of administrative portlets an interface to access the client definitions that are installed at the portal. A client definition that has been installed at the portal has the following data:
The object that implements this interface represents one client definition
that has been registered at the portal. A client object is accessed by the
methods get(ObjectID)
and iterator()
of a
ClientList
object
ClientList
Method Summary | |
---|---|
java.util.Iterator<java.lang.String> |
getCapabilities()
Return a collection of Strings that denote the client capabilities. |
java.lang.String |
getManufacturer()
Return the manufacturer String, or null if no manufacturer information has been specified. |
Markup |
getMarkup()
Returns the markup instances of the client. |
java.lang.String |
getMarkupVersion()
Return the markup version that the client requires. |
java.lang.String |
getModel()
Return the model specification of the client or null if there is no model information for this client. |
java.lang.String |
getUserAgentPattern()
Return the client's user agent pattern. |
java.lang.String |
getVersion()
Return the client version string or null if there is no client version information for this client. |
Methods inherited from interface com.ibm.portal.TimeStamped |
---|
getCreated, getLastModified |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Method Detail |
---|
java.lang.String getUserAgentPattern() throws ModelException
This class utilizes the pattern evaluation of the Jakarta Regexp package. Refer to the online Javadoc documentation of the RE class for details about the pattern syntax.
ModelException
- - An error occurs wile accessing the databasejava.lang.String getManufacturer() throws ModelException
ModelException
- - An error occurs wile accessing the databasejava.lang.String getModel() throws ModelException
ModelException
- - An error occurs wile accessing the databasejava.lang.String getVersion() throws ModelException
ModelException
- - An error occurs wile accessing the databasejava.lang.String getMarkupVersion() throws ModelException
ModelException
- - An error occurs wile accessing the databasejava.util.Iterator<java.lang.String> getCapabilities() throws ModelException
ModelException
- - An error occurs wile accessing the databaseMarkup getMarkup() throws ModelException
null
ModelException
- in case of error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |