|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientProduct
The identification of the client software accessing Guise on the platform.
| Method Summary | |
|---|---|
java.lang.Iterable<com.globalmentor.net.ContentType> |
getAcceptedContentTypes()
|
java.lang.Iterable<java.util.Locale> |
getClientAcceptedLanguages()
|
boolean |
isAcceptedContentType(com.globalmentor.net.ContentType contentType)
Determines if the client accepts the given content type. |
boolean |
isAcceptedContentType(com.globalmentor.net.ContentType contentType,
boolean matchWildcards)
Determines if the client accepts the given content type. |
| Methods inherited from interface com.guiseframework.platform.Product |
|---|
getID, getName, getVersion, getVersionNumber, getVersionNumbers |
| Method Detail |
|---|
java.lang.Iterable<com.globalmentor.net.ContentType> getAcceptedContentTypes()
boolean isAcceptedContentType(com.globalmentor.net.ContentType contentType)
contentType - The content type to check.
true if the client accepts the given content type.
boolean isAcceptedContentType(com.globalmentor.net.ContentType contentType,
boolean matchWildcards)
contentType - The content type to check.matchWildcards - true if the content type should be matched against wildcard sequences, as is normal.
true if the client accepts the given content type.java.lang.Iterable<java.util.Locale> getClientAcceptedLanguages()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||