lumis.portal.presentation.perspective.admin
Class PortalStudioMarkupResourceStreamProvider

Package class diagram package PortalStudioMarkupResourceStreamProvider
java.lang.Object
  extended by lumis.portal.presentation.perspective.admin.PortalStudioMarkupResourceStreamProvider
All Implemented Interfaces:
Serializable, org.apache.wicket.markup.IMarkupResourceStreamProvider

public class PortalStudioMarkupResourceStreamProvider
extends Object
implements org.apache.wicket.markup.IMarkupResourceStreamProvider, Serializable

Markup resource stream provider used when inside the Portal Studio. Generates PortalStudioMarkupResourceStream instances.

Since:
6.0.0
See Also:
Serialized Form

Constructor Summary
PortalStudioMarkupResourceStreamProvider(org.apache.wicket.markup.IMarkupResourceStreamProvider markupResourceStreamProvider, IPortalMode portalMode)
          Creates a new markup resource stream provider for Portal Studio, based on the given markup provider.
PortalStudioMarkupResourceStreamProvider(String filename, IPortalMode portalMode)
          Creates a new markup resource stream provider for Portal Studio, using the given file.
 
Method Summary
 org.apache.wicket.util.resource.IResourceStream getMarkupResourceStream(org.apache.wicket.MarkupContainer container, Class<?> containerClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalStudioMarkupResourceStreamProvider

public PortalStudioMarkupResourceStreamProvider(String filename,
                                                IPortalMode portalMode)
Creates a new markup resource stream provider for Portal Studio, using the given file.

Since:
6.0.0

PortalStudioMarkupResourceStreamProvider

public PortalStudioMarkupResourceStreamProvider(org.apache.wicket.markup.IMarkupResourceStreamProvider markupResourceStreamProvider,
                                                IPortalMode portalMode)
Creates a new markup resource stream provider for Portal Studio, based on the given markup provider.

Since:
6.0.0
Method Detail

getMarkupResourceStream

public org.apache.wicket.util.resource.IResourceStream getMarkupResourceStream(org.apache.wicket.MarkupContainer container,
                                                                               Class<?> containerClass)
Specified by:
getMarkupResourceStream in interface org.apache.wicket.markup.IMarkupResourceStreamProvider


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.