Package org.exoplatform.portal.resource
Interface SkinURL
public interface SkinURL
The URL of a skin.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOrientation(org.exoplatform.services.resources.Orientation orientation) Sets the orientation on the skin URL.toString()This method is used to compute the path of a CSS.default StringtoString(org.exoplatform.services.resources.Orientation orientation) This method is used to compute the path of a CSS.
-
Method Details
-
setOrientation
void setOrientation(org.exoplatform.services.resources.Orientation orientation) Sets the orientation on the skin URL.- Parameters:
orientation- the orientation
-
toString
String toString()This method is used to compute the path of a CSS. -
toString
This method is used to compute the path of a CSS.- Parameters:
orientation-Orientation- Returns:
- the CSS path, containing the orientation parameter.
-