lumis.portal.presentation.perspective.admin
Class PortalStudioMarkupResourceStream

Package class diagram package PortalStudioMarkupResourceStream
java.lang.Object
  extended by org.apache.wicket.markup.MarkupResourceStream
      extended by lumis.portal.presentation.core.LayoutFileMarkupResourceStream
          extended by lumis.portal.presentation.perspective.admin.PortalStudioMarkupResourceStream
All Implemented Interfaces:
Closeable, 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.
 
Method Summary
 void close()
           
 InputStream getInputStream()
           
 
Methods inherited from class lumis.portal.presentation.core.LayoutFileMarkupResourceStream
getPageDocType, getPortalMode
 
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
 

Constructor Detail

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
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Specified by:
close in interface org.apache.wicket.util.resource.IResourceStream
Overrides:
close in class org.apache.wicket.markup.MarkupResourceStream
Throws:
IOException

getInputStream

public 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.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.