Uses of Class
org.apache.turbine.util.ServerData

Packages that use ServerData
org.apache.turbine Turbine Servlet and Constants. 
org.apache.turbine.services.pull.tools Pull Tools to be used in a template based view. 
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.services.ui Provides skinning facilities for a Turbine web application. 
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
org.apache.turbine.util.uri URI generation and processing from Turbine based applications. 
 

Uses of ServerData in org.apache.turbine
 

Methods in org.apache.turbine that return ServerData
static ServerData Turbine.getDefaultServerData()
          Return all the Turbine Servlet information (Server Name, Port, Scheme in a ServerData structure.
 

Uses of ServerData in org.apache.turbine.services.pull.tools
 

Methods in org.apache.turbine.services.pull.tools with parameters of type ServerData
 String UITool.getScript(String filename, ServerData serverData)
          Retrieve the URL for a given script that is part of the skin.
 String UITool.getStylecss(ServerData serverData)
          Retrieve the URL for the style sheet that is part of the skin.
 String UITool.image(String imageId, ServerData serverData)
          Retrieve the URL for an image that is part of the skin.
 

Uses of ServerData in org.apache.turbine.services.rundata
 

Methods in org.apache.turbine.services.rundata that return ServerData
 ServerData DefaultTurbineRunData.getServerData()
          Gets the server data ofy the request.
 

Methods in org.apache.turbine.services.rundata with parameters of type ServerData
 void TurbineRunData.setServerData(ServerData serverData)
          Sets the server data of the request.
 void DefaultTurbineRunData.setServerData(ServerData serverData)
          Sets the server data of the request.
 

Uses of ServerData in org.apache.turbine.services.ui
 

Methods in org.apache.turbine.services.ui with parameters of type ServerData
 String UIService.getScript(String skinName, String filename, ServerData serverData)
          Retrieve the URL for a given script that is part of a skin.
 String TurbineUIService.getScript(String skinName, String filename, ServerData serverData)
          Retrieve the URL for a given script that is part of a skin.
static String TurbineUI.getScript(String skinName, String filename, ServerData serverData)
          Retrieve the URL for a given script that is part of the skin.
 String UIService.getStylecss(String skinName, ServerData serverData)
          Retrieve the URL for the style sheet that is part of a skin.
 String TurbineUIService.getStylecss(String skinName, ServerData serverData)
          Retrieve the URL for the style sheet that is part of a skin.
static String TurbineUI.getStylecss(String skinName, ServerData serverData)
          Retrieve the URL for the style sheet that is part of a skin.
 String UIService.image(String skinName, String imageId, ServerData serverData)
          Retrieve the URL for an image that is part of a skin.
 String TurbineUIService.image(String skinName, String imageId, ServerData serverData)
          Retrieve the URL for an image that is part of a skin.
static String TurbineUI.image(String skinName, String imageId, ServerData serverData)
          Retrieve the URL for an image that is part of a skin.
 

Uses of ServerData in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return ServerData
 ServerData RunData.getServerData()
          Gets the server data used by the request.
 

Constructors in org.apache.turbine.util with parameters of type ServerData
ServerData(ServerData serverData)
          Copy-Constructor
 

Uses of ServerData in org.apache.turbine.util.uri
 

Constructors in org.apache.turbine.util.uri with parameters of type ServerData
BaseURI(ServerData serverData)
          Constructor with a ServerData object
BaseURI(ServerData serverData, boolean redirect)
          Constructor, set explicit redirection
DataURI(ServerData serverData)
          Constructor with a ServerData object
DataURI(ServerData serverData, boolean redirect)
          Constructor, set explicit redirection
TemplateURI(ServerData serverData)
          Constructor with a ServerData object
TemplateURI(ServerData serverData, boolean redirect)
          Constructor, set explicit redirection
TemplateURI(ServerData serverData, String template)
          Constructor, set Template
TemplateURI(ServerData serverData, String template, boolean redirect)
          Constructor, set Template, set explicit redirection
TemplateURI(ServerData serverData, String template, String action)
          Constructor, set Template and Action
TemplateURI(ServerData serverData, String template, String action, boolean redirect)
          Constructor, set Template and Action, set explicit redirection
TurbineURI(ServerData serverData)
          Constructor with a ServerData object.
TurbineURI(ServerData serverData, boolean redirect)
          Constructor, set explicit redirection.
TurbineURI(ServerData serverData, String screen)
          Constructor, set Screen.
TurbineURI(ServerData serverData, String screen, boolean redirect)
          Constructor, set Screen, set explicit redirection.
TurbineURI(ServerData serverData, String screen, String action)
          Constructor, set Screen and Action.
TurbineURI(ServerData serverData, String screen, String action, boolean redirect)
          Constructor, set Screen and Action, set explicit redirection.
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.