com.fatwire.gst.foundation.include
Interface Include

All Known Implementing Classes:
IncludeElement, IncludePage, IncludeTemplate

public interface Include

Interface method for including a text block into an Content Server element. This facilitates hiding of the complexities of including a piece of text from the View layer and move this into the business logic layer.

Contract is that Include implementation is created in business logic layer and that it is included in the View layer. The View layer is expected to call the include(ICS) method.

This interface is designed after the Command pattern.

Since:
Apr 13, 2011
Author:
Dolf Dijkstra

Method Summary
 void include(COM.FutureTense.Interfaces.ICS ics)
           
 

Method Detail

include

void include(COM.FutureTense.Interfaces.ICS ics)
Parameters:
ics - the Content Server context.


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.