Package org.alfresco.repo.virtual.ref
Class GetVanillaScriptInputStreamMethod
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.AbstractProtocolMethod<java.io.InputStream>
-
- org.alfresco.repo.virtual.ref.GetVanillaScriptInputStreamMethod
-
- All Implemented Interfaces:
ProtocolMethod<java.io.InputStream>
public class GetVanillaScriptInputStreamMethod extends AbstractProtocolMethod<java.io.InputStream>
It returns anInputStreamfor 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 Constructor Description GetVanillaScriptInputStreamMethod(ActualEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamexecute(VanillaProtocol vanillaProtocol, Reference reference)-
Methods inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
execute, execute, execute
-
-
-
-
Constructor Detail
-
GetVanillaScriptInputStreamMethod
public GetVanillaScriptInputStreamMethod(ActualEnvironment environment)
-
-
Method Detail
-
execute
public java.io.InputStream execute(VanillaProtocol vanillaProtocol, Reference reference) throws ProtocolMethodException
- Specified by:
executein interfaceProtocolMethod<java.io.InputStream>- Overrides:
executein classAbstractProtocolMethod<java.io.InputStream>- Throws:
ProtocolMethodException
-
-