|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.link.AbsolutePathTransformer
AbsolutePathTransformer
instead
@Deprecated public class AbsolutePathTransformer
Deprecated.
Constructor Summary | |
---|---|
AbsolutePathTransformer(boolean addContextPath,
boolean useURI2RepositoryMapping,
boolean useI18N)
Deprecated. Creates new transformer. |
Method Summary | |
---|---|
protected URI2RepositoryManager |
getURI2RepositoryManager()
Deprecated. |
String |
getURISuffix(UUIDLink uuidLink)
Deprecated. Returns the URI after the path. |
boolean |
isAddContextPath()
Deprecated. |
boolean |
isUseI18N()
Deprecated. |
boolean |
isUseURI2RepositoryMapping()
Deprecated. |
protected String |
prefixLink(String linkStr)
Deprecated. |
void |
setAddContextPath(boolean addContextPath)
Deprecated. |
void |
setUseI18N(boolean useI18N)
Deprecated. |
void |
setUseURI2RepositoryMapping(boolean useURI2RepositoryMapping)
Deprecated. |
String |
transform(UUIDLink uuidLink)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbsolutePathTransformer(boolean addContextPath, boolean useURI2RepositoryMapping, boolean useI18N)
addContextPath
- Flag to specify whether or not to prepend context path to created links.useURI2RepositoryMapping
- Flag specifying whether or not to apply any URI2Repository mapping.useI18N
- Flag specifying whether or not to translate link path based on current locale value.Method Detail |
---|
public String transform(UUIDLink uuidLink)
protected URI2RepositoryManager getURI2RepositoryManager()
protected String prefixLink(String linkStr)
public String getURISuffix(UUIDLink uuidLink)
public boolean isAddContextPath()
public void setAddContextPath(boolean addContextPath)
public boolean isUseI18N()
public void setUseI18N(boolean useI18N)
public boolean isUseURI2RepositoryMapping()
public void setUseURI2RepositoryMapping(boolean useURI2RepositoryMapping)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |