Package org.alfresco.repo.virtual.ref
Class GetVanillaScriptInputStreamMethod
java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<InputStream>
org.alfresco.repo.virtual.ref.GetVanillaScriptInputStreamMethod
- All Implemented Interfaces:
ProtocolMethod<InputStream>
It returns an
InputStream for the vanilla-virtual folder template resource
indicated by the given vanilla protocol reference.- Author:
- Bogdan Horje
-
Field Summary
Fields inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
execute, execute, execute
-
Constructor Details
-
GetVanillaScriptInputStreamMethod
-
-
Method Details
-
execute
public InputStream execute(VanillaProtocol vanillaProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<InputStream>- Overrides:
executein classAbstractProtocolMethod<InputStream>- Throws:
ProtocolMethodException
-