|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| 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(String name, T content)Create a HTTP Part |
|
RIDCHttpPartImpl(String name, T content, String encoding)Create a HTTP part with a specific encoding |
|
| Method Summary | |
|---|---|
T |
getContent()Return the content of the part |
String |
getEncoding()Get the encoding of the part, default is UTF-8 |
String |
getName()Return the name of the part |
RIDCHttpPart.PartType |
getType()Return the type of the part |
protected void |
setEncoding(String encoding)Set the content encoding |
protected void |
setName(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(String name,
T content)
name - part namecontent - part content
public RIDCHttpPartImpl(String name,
T content,
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 String getName()
getName in interface RIDCHttpPart<T>protected void setName(String name)
name -public String getEncoding()
getEncoding in interface RIDCHttpPart<T>protected void setEncoding(String encoding)
encoding -
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||