Uses of Class
com.fatwire.gst.foundation.facade.runtag.render.CallTemplate.Style

Packages that use CallTemplate.Style
com.fatwire.gst.foundation.controller   
com.fatwire.gst.foundation.facade.runtag.render   
com.fatwire.gst.foundation.include   
 

Uses of CallTemplate.Style in com.fatwire.gst.foundation.controller
 

Methods in com.fatwire.gst.foundation.controller that return CallTemplate.Style
protected  CallTemplate.Style BaseRenderPage.getCallTemplateCallStyle(String target)
           
 

Uses of CallTemplate.Style in com.fatwire.gst.foundation.facade.runtag.render
 

Methods in com.fatwire.gst.foundation.facade.runtag.render that return CallTemplate.Style
 CallTemplate.Style CallTemplate.proposeStyle(COM.FutureTense.Interfaces.ICS ics)
           
static CallTemplate.Style CallTemplate.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CallTemplate.Style[] CallTemplate.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fatwire.gst.foundation.facade.runtag.render with parameters of type CallTemplate.Style
 void CallTemplate.setStyle(CallTemplate.Style s)
           
 

Uses of CallTemplate.Style in com.fatwire.gst.foundation.include
 

Methods in com.fatwire.gst.foundation.include that return CallTemplate.Style
 CallTemplate.Style GsfCallTemplate.getStyle()
           
 

Methods in com.fatwire.gst.foundation.include with parameters of type CallTemplate.Style
 IncludePage IncludeService.page(String name, String pagename, CallTemplate.Style style)
          Creates a IncludePage and registers this under the name for retrieval in the View layer by that name.
 IncludePage DefaultIncludeService.page(String name, String pagename, CallTemplate.Style style)
           
 void GsfCallTemplate.setStyle(CallTemplate.Style style)
           
 IncludeTemplate IncludeTemplate.style(CallTemplate.Style s)
           
 IncludePage IncludePage.style(CallTemplate.Style s)
           
 

Constructors in com.fatwire.gst.foundation.include with parameters of type CallTemplate.Style
IncludePage(COM.FutureTense.Interfaces.ICS ics, String pagename, CallTemplate.Style style)
           
 



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