public abstract class LiferayAbstractionFactory extends Object
| Constructor and Description |
|---|
LiferayAbstractionFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract CacheTool |
getCacheTool() |
abstract DLTool |
getDLTool() |
abstract ImageTool |
getImageTool() |
static LiferayAbstractionFactory |
getInstance() |
abstract PortalTool |
getPortalTool() |
abstract PropsTool |
getPropsTool() |
static void |
setInstance(LiferayAbstractionFactory instance) |
public static LiferayAbstractionFactory getInstance()
public abstract ImageTool getImageTool()
public abstract PropsTool getPropsTool()
public abstract DLTool getDLTool()
public abstract PortalTool getPortalTool()
public abstract CacheTool getCacheTool()
public static void setInstance(LiferayAbstractionFactory instance)
Copyright © 2013–2019 mklinger GmbH. All rights reserved.