License |
License |
---|---|
GroupId | GroupIdorg.ow2.weblab.webservices |
ArtifactId | ArtifactIdlocal-file-exposer |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionLocal file Exposer
When indexing a shared folder, it enable to add the value of the dc:source property to wl:isExposedAs. It is possible to apply a transformation on the value to be copied.
To let this work, it's need to add a context file in either your tomcat or liferay configuration and to let this service use the URL of your server as exposition pattern.
|
Filename | Size |
---|---|
local-file-exposer-2.0.pom | |
local-file-exposer-2.0.war | 16 MB |
local-file-exposer-2.0-sources.jar | 6 KB |
local-file-exposer-2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.webservices/local-file-exposer/ -->
<dependency>
<groupId>org.ow2.weblab.webservices</groupId>
<artifactId>local-file-exposer</artifactId>
<version>2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/local-file-exposer/
implementation 'org.ow2.weblab.webservices:local-file-exposer:2.0'
// https://jarcasting.com/artifacts/org.ow2.weblab.webservices/local-file-exposer/
implementation ("org.ow2.weblab.webservices:local-file-exposer:2.0")
'org.ow2.weblab.webservices:local-file-exposer:war:2.0'
<dependency org="org.ow2.weblab.webservices" name="local-file-exposer" rev="2.0">
<artifact name="local-file-exposer" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.webservices', module='local-file-exposer', version='2.0')
)
libraryDependencies += "org.ow2.weblab.webservices" % "local-file-exposer" % "2.0"
[org.ow2.weblab.webservices/local-file-exposer "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.weblab.core.helpers : rdf-helper-jena | jar | 1.3.2 |
org.ow2.weblab.core : model | jar | 1.2.2 |
org.ow2.weblab.core : extended | jar | 1.2.2 |
org.ow2.weblab.core : annotator | jar | 1.2.4 |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.4.0 |
org.apache.cxf : cxf-rt-transports-http | jar | 2.4.0 |
xalan : xalan | jar | 2.7.1 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |