|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeDef | |
|---|---|
| org.jboss.portal.common.net.media | |
| Uses of TypeDef in org.jboss.portal.common.net.media |
|---|
| Fields in org.jboss.portal.common.net.media declared as TypeDef | |
|---|---|
static TypeDef |
TypeDef.APPLICATION
. |
static TypeDef |
TypeDef.AUDIO
. |
static TypeDef |
TypeDef.IMAGE
. |
static TypeDef |
TypeDef.MESSAGE
. |
static TypeDef |
TypeDef.MULTIPART
. |
static TypeDef |
TypeDef.TEXT
. |
static TypeDef |
TypeDef.VIDEO
. |
| Methods in org.jboss.portal.common.net.media that return TypeDef | |
|---|---|
static TypeDef |
TypeDef.create(java.lang.String typeName)
Returns the corresponding type definition for the given top level type name. |
TypeDef |
MediaType.getType()
|
| Methods in org.jboss.portal.common.net.media that return types with arguments of type TypeDef | |
|---|---|
java.util.Set<TypeDef> |
MediaTypeMapImpl.getTypes()
|
java.util.Set<TypeDef> |
MediaTypeMap.getTypes()
Returns the set of declared types. |
| Methods in org.jboss.portal.common.net.media with parameters of type TypeDef | |
|---|---|
boolean |
MediaTypeMapImpl.contains(TypeDef type)
|
boolean |
MediaTypeMap.contains(TypeDef type)
Returns true if the map declares the specified type. |
boolean |
MediaTypeMapImpl.contains(TypeDef type,
V value)
|
boolean |
MediaTypeMap.contains(TypeDef type,
V value)
Returns true if the map declares the specified type with a specific value. |
static MediaType |
MediaType.create(TypeDef type,
SubtypeDef subtype)
Create a media type object using the provided type and subtype objects. |
java.util.Set<V> |
MediaTypeMapImpl.get(TypeDef type)
|
java.util.Set<V> |
MediaTypeMap.get(TypeDef type)
Returns the set of values declared for a given type. |
boolean |
MediaTypeMapImpl.isSupported(TypeDef type)
|
boolean |
MediaTypeMap.isSupported(TypeDef type)
Returns true if the map supports the specified type. |
boolean |
MediaTypeMapImpl.isSupported(TypeDef type,
V value)
|
boolean |
MediaTypeMap.isSupported(TypeDef type,
V value)
Returns true if the map supports the specified type with a specific value. |
void |
MediaTypeMapImpl.put(TypeDef type,
V value)
Adds a value to the map. |
java.util.Set<V> |
MediaTypeMapImpl.resolve(TypeDef type)
|
java.util.Set<V> |
MediaTypeMap.resolve(TypeDef type)
Returns the set of values supported for a given type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||