lumis.portal.presentation.perspective.admin
Class PortalStudioMarkupResourceStream
java.lang.Object
org.apache.wicket.markup.MarkupResourceStream
lumis.portal.presentation.core.LayoutFileMarkupResourceStream
lumis.portal.presentation.perspective.admin.PortalStudioMarkupResourceStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Serializable, org.apache.wicket.IClusterable, org.apache.wicket.util.resource.IFixedLocationResourceStream, org.apache.wicket.util.resource.IResourceStream, org.apache.wicket.util.watch.IModifiable
public class PortalStudioMarkupResourceStream
- extends LayoutFileMarkupResourceStream
MarkupResourceStream
implementation used to tag a markup resource
stream as being used for the Portal Studio.
- Since:
- 6.0.0
- See Also:
- Serialized Form
Constructor Summary |
PortalStudioMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream,
org.apache.wicket.MarkupContainer container,
IPortalMode portalMode)
Creates a new PortalStudioMarkupResourceStream wrapping an existing
resource stream. |
Methods inherited from class org.apache.wicket.markup.MarkupResourceStream |
getCacheKey, getContainerInfo, getContentType, getLocale, getMarkupClass, lastModifiedTime, length, locationAsString, setCacheKey, setLocale, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortalStudioMarkupResourceStream
public PortalStudioMarkupResourceStream(org.apache.wicket.util.resource.IResourceStream resourceStream,
org.apache.wicket.MarkupContainer container,
IPortalMode portalMode)
- Creates a new PortalStudioMarkupResourceStream wrapping an existing
resource stream.
- Parameters:
resourceStream
- the resource stream.- Since:
- 6.0.0
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Specified by:
close
in interface org.apache.wicket.util.resource.IResourceStream
- Overrides:
close
in class org.apache.wicket.markup.MarkupResourceStream
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws org.apache.wicket.util.resource.ResourceStreamNotFoundException
- Specified by:
getInputStream
in interface org.apache.wicket.util.resource.IResourceStream
- Overrides:
getInputStream
in class org.apache.wicket.markup.MarkupResourceStream
- Throws:
org.apache.wicket.util.resource.ResourceStreamNotFoundException
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.