|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ten60.netkernel.layer1.representation.MirrorRepresentation
Factory for creating representations from other representations but with slightly changed characteristics
Constructor Summary | |
MirrorRepresentation()
|
Method Summary | |
static IURRepresentation |
cast(IURRepresentation aOther,
String aMimeType)
Create a representation that will be of another MIME type |
static IURRepresentation |
create(IURMeta aMeta,
IURRepresentation aOther)
|
static IURRepresentation |
createIntermediate(IURRepresentation aOther)
Creates a representation that will always be marked as intermediate |
static IURRepresentation |
expire(IURRepresentation aOther,
long aExpiry)
Create a representation that will expire at a set time |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MirrorRepresentation()
Method Detail |
public static IURRepresentation createIntermediate(IURRepresentation aOther)
public static IURRepresentation cast(IURRepresentation aOther, String aMimeType)
public static IURRepresentation expire(IURRepresentation aOther, long aExpiry)
public static IURRepresentation create(IURMeta aMeta, IURRepresentation aOther)
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |