Package org.exoplatform.portal.resource
Interface SkinURL
public interface SkinURL
The URL of a skin.
- Version:
- $Revision$
- Author:
- Julien Viet
-
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.
-
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.
-