|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
java.lang.String |
UITool.image(java.lang.String imageId,
ServerData serverData)
Retrieve the URL for an image that is part of the skin. |
java.lang.String |
UITool.getStylecss(ServerData serverData)
Retrieve the URL for the style sheet that is part of the skin. |
java.lang.String |
UITool.getScript(java.lang.String filename,
ServerData serverData)
Retrieve the URL for a given script 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 | |
java.lang.String |
UIService.image(java.lang.String skinName,
java.lang.String imageId,
ServerData serverData)
Retrieve the URL for an image that is part of a skin. |
java.lang.String |
UIService.getStylecss(java.lang.String skinName,
ServerData serverData)
Retrieve the URL for the style sheet that is part of a skin. |
java.lang.String |
UIService.getScript(java.lang.String skinName,
java.lang.String filename,
ServerData serverData)
Retrieve the URL for a given script that is part of a skin. |
java.lang.String |
TurbineUIService.image(java.lang.String skinName,
java.lang.String imageId,
ServerData serverData)
Retrieve the URL for an image that is part of a skin. |
java.lang.String |
TurbineUIService.getStylecss(java.lang.String skinName,
ServerData serverData)
Retrieve the URL for the style sheet that is part of a skin. |
java.lang.String |
TurbineUIService.getScript(java.lang.String skinName,
java.lang.String filename,
ServerData serverData)
Retrieve the URL for a given script that is part of a skin. |
static java.lang.String |
TurbineUI.image(java.lang.String skinName,
java.lang.String imageId,
ServerData serverData)
Retrieve the URL for an image that is part of a skin. |
static java.lang.String |
TurbineUI.getStylecss(java.lang.String skinName,
ServerData serverData)
Retrieve the URL for the style sheet that is part of a skin. |
static java.lang.String |
TurbineUI.getScript(java.lang.String skinName,
java.lang.String filename,
ServerData serverData)
Retrieve the URL for a given script that is part of the skin. |
Uses of ServerData in org.apache.turbine.util |
Fields in org.apache.turbine.util declared as ServerData | |
protected ServerData |
DynamicURI.sd
Deprecated. The ServerData object. |
Methods in org.apache.turbine.util that return ServerData | |
ServerData |
RunData.getServerData()
Gets the server data used by the request. |
ServerData |
DynamicURI.getServerData()
Deprecated. Returns the ServerData used to initialize this DynamicURI. |
Methods in org.apache.turbine.util with parameters of type ServerData | |
void |
DynamicURI.init(ServerData serverData)
Deprecated. Initialize with a ServerData object. |
void |
DynamicURI.setServerData(ServerData serverData)
Deprecated. no replacement. This value is set during initialization and should not be changed. |
Constructors in org.apache.turbine.util with parameters of type ServerData | |
ServerData(ServerData serverData)
Copy-Constructor |
|
DynamicURI(ServerData sd)
Deprecated. Main constructor for DynamicURI. |
|
DynamicURI(ServerData sd,
java.lang.String screen)
Deprecated. Main constructor for DynamicURI. |
|
DynamicURI(ServerData sd,
java.lang.String screen,
java.lang.String action)
Deprecated. Main constructor for DynamicURI. |
|
DynamicURI(ServerData sd,
java.lang.String screen,
java.lang.String action,
boolean redirect)
Deprecated. Main constructor for DynamicURI. |
|
DynamicURI(ServerData serverData,
java.lang.String screen,
boolean redirect)
Deprecated. Main constructor for DynamicURI. |
|
DynamicURI(ServerData serverData,
boolean redirect)
Deprecated. Main constructor for DynamicURI. |
Uses of ServerData in org.apache.turbine.util.uri |
Constructors in org.apache.turbine.util.uri with parameters of type ServerData | |
TurbineURI(ServerData serverData)
Constructor with a ServerData object. |
|
TurbineURI(ServerData serverData,
boolean redirect)
Constructor, set explicit redirection. |
|
TurbineURI(ServerData serverData,
java.lang.String screen)
Constructor, set Screen. |
|
TurbineURI(ServerData serverData,
java.lang.String screen,
boolean redirect)
Constructor, set Screen, set explicit redirection. |
|
TurbineURI(ServerData serverData,
java.lang.String screen,
java.lang.String action)
Constructor, set Screen and Action. |
|
TurbineURI(ServerData serverData,
java.lang.String screen,
java.lang.String action,
boolean redirect)
Constructor, set Screen and Action, set explicit redirection. |
|
TemplateURI(ServerData serverData)
Constructor with a ServerData object |
|
TemplateURI(ServerData serverData,
boolean redirect)
Constructor, set explicit redirection |
|
TemplateURI(ServerData serverData,
java.lang.String template)
Constructor, set Template |
|
TemplateURI(ServerData serverData,
java.lang.String template,
boolean redirect)
Constructor, set Template, set explicit redirection |
|
TemplateURI(ServerData serverData,
java.lang.String template,
java.lang.String action)
Constructor, set Template and Action |
|
TemplateURI(ServerData serverData,
java.lang.String template,
java.lang.String action,
boolean redirect)
Constructor, set Template and Action, set explicit redirection |
|
DataURI(ServerData serverData)
Constructor with a ServerData object |
|
DataURI(ServerData serverData,
boolean redirect)
Constructor, set explicit redirection |
|
BaseURI(ServerData serverData)
Constructor with a ServerData object |
|
BaseURI(ServerData serverData,
boolean redirect)
Constructor, set explicit redirection |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |