|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.common.http.impl.RIDCHttpPartImpl<T>
T -public class RIDCHttpPartImpl<T>
RIDC HTTP Part Implementation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.stellent.ridc.common.http.RIDCHttpPart |
|---|
RIDCHttpPart.PartType |
| Constructor Summary | |
|---|---|
RIDCHttpPartImpl(java.lang.String name, T content)Create a HTTP Part |
|
RIDCHttpPartImpl(java.lang.String name, T content, java.lang.String encoding)Create a HTTP part with a specific encoding |
|
| Method Summary | |
|---|---|
T |
getContent()Return the content of the part |
java.lang.String |
getEncoding()Get the encoding of the part, default is UTF-8 |
java.lang.String |
getName()Return the name of the part |
RIDCHttpPart.PartType |
getType()Return the type of the part |
protected void |
setEncoding(java.lang.String encoding)Set the content encoding |
protected void |
setName(java.lang.String name)Set the name of the part |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RIDCHttpPartImpl(java.lang.String name,
T content)
name - part namecontent - part content
public RIDCHttpPartImpl(java.lang.String name,
T content,
java.lang.String encoding)
name - part namecontent - part contentencoding - part encoding| Method Detail |
|---|
public T getContent()
getContent in interface RIDCHttpPart<T>public RIDCHttpPart.PartType getType()
getType in interface RIDCHttpPart<T>public java.lang.String getName()
getName in interface RIDCHttpPart<T>protected void setName(java.lang.String name)
name -public java.lang.String getEncoding()
getEncoding in interface RIDCHttpPart<T>protected void setEncoding(java.lang.String encoding)
encoding -
|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||